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