flex-env
flex-env copied to clipboard
Add env:example command
trafficstars
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.
Mind if I give this a shot?
Actually, I'd rather clean up the codebase first before adding new features. Once I find some time I'll work on it.
Sounds good.