Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Laracast13's avatar

Laravel with Nginx on Ubuntu - write access

Hello

Install Laravel with Nginx on Ubuntu getting such error, Laravel Config Cached false https://ibb.co/1dmtNkz

I did user write access

sudo chown -R www-data.www-data /var/www/storage

sudo chown -R www-data.www-data /var/www/bootstrap/cache

I need make other write access ?

0 likes
1 reply
Sinnbeck's avatar

Not sure what dashboard that is, but my guess is that its checking if config is cached

php artisan config:cache

Please or to participate in this conversation.