fileName = $fileName; $this->fileContent = $fileContent; } public function writeToFile() { Storage::disk('local')->put($this->fileName, $this->fileContent); } }