I'm working on a legacy PHP project I cannot start the project I got the error,
failed to open stream: Permission denied in /opt/lampp/htdocs/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:81
It is running on XAMPP on Ubuntu server.
I've have been try a lot of commands (below) but nothing works.
- sudo chmod -R 777 storage
- sudo chmod -R 775 storage
- php artisan view:clear
- php artisan config:clear
- php artisan config:cache
- php artisan key:generate
- composer dump-autoload
- sudo chown -R daemon /opt/lampp/htdocs
- sudo chmod -R 775 bootstrap/cache
Please help.