Permissions
Laravel may require one set of permissions to be configured: folders within app/storage require write access by the web server.
From: http://laravel.com/docs/4.2/installation#server-requirements
Thank you the answer. So I have to give permission to read and write to the folder storage as I understand it? Just give permissions to the folder locally then upload everything?
Access your server via ssh and run:
chmod a+w -R app/storage
Don't forget to go to the root of your project!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community