Support the ongoing development of Laravel.io →
Requests Input Database
Last updated 2 years ago.
0

It sound like a folder permission issue. Are you sure you set the correct file permissions for app/storage folder?

If your server is running on Linux:

chmod -R 775 app/storage

And

chown -R www-data:www-data app/storage

For Laravel 4

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

falashkh falashkh Joined 3 Apr 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.