SyntaxFix
Write A Post
Hire A Developer
Questions
Run these two commands in the directory where Laravel is installed:
sudo chmod 755 -R DIRECTORY_NAME chmod -R o+w DIRECTORY_NAME/storage
Then clear the cache and dump the auto load:
php artisan cache:clear composer dump-autoload