dhiman252
Results
1
comments of
dhiman252
A small function maybe helpful for this like the following ```/** * @param string $path * * @return $this */ public function writeToFile(string $path) { file_put_contents($path, $this->render()); return $this; }