Launch 503 status for all routes with laravel routes.php file – SEO
I want launch a status code 503 for all my routes in Laravel 5.2. I can not use the command 'php artisan down'. So I want to do it manually in my file routes.php. I try with this, but not…