Support the ongoing development of Laravel.io →
posted 4 years ago
Laravel
Last updated 1 year ago.
0

Have you the right permissions on folders in your project? If you are in a Linux server with apache you have to give the right permissions:

sudo chown -R www-data /path/to/your/yourproject

you can try also

sudo chmod -R 775 /path/to/your/project

usually path to your project is like this: /var/www/html/project if it isn't ok, send your "yourdomain.conf" . You can find it in /etc/apache2/sites-available/yourdomain.conf

kuprev liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

Sarxan rasimoghlu Joined 4 Apr 2020

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.