andreslqr / laravel-env-cli
There is no license information available for the latest version (1.0.0) of this package.
This package allows to update the .env file from your laravel project via terminal
1.0.0
2022-09-26 15:38 UTC
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.