I've put my Laravel into the maintenance mode with php artisan down.
No I try to disable the mode with the command from the docs (php artisan up) but nothing happends.
I've cleared all Laravel caches and my browser cache. What is wrong?
I've put my Laravel into the maintenance mode with php artisan down.
No I try to disable the mode with the command from the docs (php artisan up) but nothing happends.
I've cleared all Laravel caches and my browser cache. What is wrong?
Seems weird, But you can up it again by deleting a file named down in storage/framework.
It will do the trick.
Note: You can create the file manually inside storage/framework. It will down your project. When you want live your project again, just remove the file.