andreslqr / laravel-env-cli
This package allows to update the .env file from your laravel project via terminal
Installs: 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andreslqr/laravel-env-cli
Requires
- php: ^7.4|^8.0
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^5.0|^6.0
README
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.