It will be more useful like: ```php ./artisan down --except="auth/login" --except="auth/logout" ``` ```php ./artisan down --except="auth/*" ```
It will be more useful like:
./artisan down --except="auth/login" --except="auth/logout"./artisan down --except="auth/*"