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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community