LaravelDaily/FilaStart

Issue while downloading generated crud files.

Closed this issue · 1 comments

I have generated crud files & when I tried to download it is not working.

Solution : need to run php artisan storage:link command, to link storage folder with public folder.

php artisan storage:link is missing in readme file.

Thank you, I fixed this!