LARAVEL XAMPP Access Forbidden 500 Internal Error Website is not reachable [Solved]

preview_player
Показать описание
After fresh installation of laravel new YourCoolApp, if you run your app in the browser & are presented with this error, you can solve this error by assigning r/w permissions to apache authorised user daemon using command line.

sudo chown -R daemon storage

That should fix the error & get you started.

Please be sure to share this far and beyond, and subscribe for more content based upon resolving issues coming soon.
Рекомендации по теме
Комментарии
Автор

Can’t believe there are only 37 thumbs up for this life saving video.

qscrev
Автор

you are a life saver i cant believe that it work on linux

valyo
Автор

thank you. you should rename that also to /blanc screen in laravel solved it would saved me days..

cano
Автор

For me, On localhost work fine, but I deploy into hosting, it has errors the same you.

tulahean
Автор

On ubuntu chmod 777 -R laravel-project-dir and works for me.

gervic