Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel Error 503 Service Unavailable Service

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

like image 771
Nasser Ali Karimi Avatar asked Jan 30 '18 05:01

Nasser Ali Karimi


1 Answers

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."

like image 141
SW_IR Avatar answered Sep 29 '22 17:09

SW_IR