andresdevr/laravel-env-cli

There is no license information available for the latest version (2.0.0) of this package.

This package allows to update the .env file from your laravel project via terminal

2.0.0 2022-02-16 23:41 UTC

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.

License

MIT