You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php artisan env:build (name here is up for discussion) should copy over the .env.example command into a valid .env file. This should take a few things into consideration:
The current values in the .env file must still exist after executing this command
All values in the .env file with a space () in them must be wrapped in quotes
The text was updated successfully, but these errors were encountered:
php artisan env:build
(name here is up for discussion) should copy over the.env.example
command into a valid.env
file. This should take a few things into consideration:.env
file must still exist after executing this command.env
file with a space (The text was updated successfully, but these errors were encountered: