I just moved my laravel project from my Windows server to my Ubuntu server. When I try to load the app, it says this page isn't working. I would like to ask your assistance with regards to this matter. Thanks
For me it was permission issue on storage directory
set the storage directory permission to 0755 recursively
Try this steps:
php artisan serve
.127.0.0.1:8000
or localhost:8000
.There might be a permission issue in your laravel project directory. Because Laravel maintain logs for every action. Make sure the files and directories inside your laravel project have a 777 or 775 permission.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With