Hello everyone, I used nginx to configure laravel5 on linux (centos7).
In nginx, I pointed to the public part of laravel. Then I visited my website (online), and it was displayed as blank and no error was reported.
Who can tell me in detail what is wrong? Greatful.
世界只因有你2017-05-16 16:56:13
sudo chmod -R 777 storage vendor
Try setting writable permissions for Laravel’s storage vendor directory
天蓬老师2017-05-16 16:56:13
If you use homestead to learn it first, it will be easier to avoid making mistakes.
仅有的幸福2017-05-16 16:56:13
It is recommended that you check the server logs to solve the problem.