Laravel Error 503 Service Unavailable Service

Nasser Ali Karimi picture Nasser Ali Karimi · Jan 30, 2018 · Viewed 14.6k times · Source

Error 503 Service Unavailable Service Unavailable

Guru Meditation: XID: 5312211

Varnish cache server

I working on cpanel and subdomain but i got this error from laravel project. do you can help me to solve this? I using cpanel and laravel 5.5

Answer

SW_IR picture SW_IR · May 22, 2018

Looks like you ran the artisan down command, but not the up command. Just run:

php artisan up

and than you will get:

"Application is now live."