.env.laravel -
Behind the scenes, the config/ directory contains files (like database.php , mail.php ) that reference env() calls. For example:
MIX_PUSHER_APP_ID= MIX_PUSHER_APP_KEY= MIX_PUSHER_APP_SECRET= MIX_PUSHER_HOST= .env.laravel

Behind the scenes, the config/ directory contains files (like database.php , mail.php ) that reference env() calls. For example:
MIX_PUSHER_APP_ID= MIX_PUSHER_APP_KEY= MIX_PUSHER_APP_SECRET= MIX_PUSHER_HOST= .env.laravel