rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.09k stars 246 forks source link

ErrorException fopen(/var/www/html/laravel7/storage/app/reports/rides_list/2020-05.csv): failed to open stream: No such file or directory #173

Closed carlosh1989 closed 3 years ago

carlosh1989 commented 4 years ago
 $month_file_path_2 = storage_path('app').'/'.$month_file_path;
 (new FastExcel($this->usersGenerator($data)))->export($month_file_path_2);

No folder or file will be created in storage / app /

rap2hpoutre commented 3 years ago

Hi @carlosh1989 Thank you for your feedback! Does the folder already exist? It should exist before creating the file.