I installed Laravel on my remote server, but i get this error:
file_put_contents(/www/htdocs/user-id/domain.com/app/storage/meta/services.json): failed to open stream: Permission denied
I changed permissions
app/storage
to
777
and i followed instructions from:
http://stackoverflow.com/questions/17020513/laravel-4-failed-to-open-stream-permission-denied/22192814#22192814
But error stayed.
Anybody could help me with this?
Greetings and thanks!