andresdevr / laravel-env-cli
This package allows to update the .env file from your laravel project via terminal
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andresdevr/laravel-env-cli
Requires
- php: ^7.4|^8.0
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^5.0|^6.0
This package is auto-updated.
Last update: 2022-08-17 01:03:44 UTC
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 andresdevr/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.