I like that Artisan will prompt me before running potentially destructive operations like migrating and seeding on production and I'm wondering if there's any way for me to get that functionality in other environments, such as staging. For example, if I run php artisan migrate
it will output:
**************************************
* Application In Production! *
**************************************
Do you really wish to run this command?