laravel-env-cli maintained by andreslqr
Laravel Env Cli
Laravel is a package to allows update the .env file from your laravel project via terminal
Installation
Use the package manager composer to install Laravel Env CLi.
composer require andreslqr/laravel-env-cli
Usage
php artisan env:set <name-of-your-variable> <the-value-assigment>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.