Tuesday, March 8, 2016

Laravel server error 500

For solving the problem i ran the following commands through terminal.
sudo chmod 755 -R project_name
and then type below to allow laravel to write file to storage folder
chmod -R o+w project_name/storage
This two commands solved the problem

No comments:

Post a Comment