This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Adding this to your app/artisan.php file will | |
// do a quick confirmation that you really do want | |
// to run this command when in production environment | |
if (App::environment() === 'production') { | |
echo "\033[0;33m======== WARNING ========\n"; | |
echo "===== IN PRODUCTION =====\n"; | |
echo "=========================\n"; |