I have my project created with adminlte template, when i deploy my project i tried it to run without php artisan serve command but i failed i tried this options but all of my design gone away and nothing work as it was before,
This is the error a got when I wrote localhost/akyo/public
The stream or file `
"/opt/lampp/htdocs/akyo/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied`
I tried the following options
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap/cache
sudo chmod -R 777 app/storage
Any one with a way how to fix this