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:example should generate a file called .env.example (or overwrite if it already exists) with all the keys from the regular .env file. The example file should have empty values.
The text was updated successfully, but these errors were encountered:
php artisan env:example
should generate a file called.env.example
(or overwrite if it already exists) with all the keys from the regular.env
file. The example file should have empty values.The text was updated successfully, but these errors were encountered: