Can’t make Laravel 4 to work on localhost

Try to change the folder permissions for the storage folder using the terminal:

chmod -R 777 storage

More info on this matter can be found here.

Leave a Comment