Download the PHP package cswni/laravel-env-set-command without Composer
On this page you can find all versions of the php package cswni/laravel-env-set-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cswni/laravel-env-set-command
More information about cswni/laravel-env-set-command
Files in cswni/laravel-env-set-command
Package laravel-env-set-command
Short Description Set a .env file variable from the command line
License MIT
Homepage https://github.com/cswni/laravel-env-set-command
Informations about the package laravel-env-set-command
Laravel env:set
Command
Set a .env file variable from the command line.
- Laravel
env:set
Command- Installation
- Usage
- Changelog
- Contributing
- Security
- Credits
- License
Installation
You can install the package with Composer using the following command:
Usage
When running the env:set
artisan command, you must provide both a key and value as two arguments.
You can also set values with spaces by wrapping them in quotes.
The command will also create new environment variables if an existing one does not exist.
Instead of two arguments split by a space, you can also mimic the .env
file format by supplying KEY=VALUE
.
The command will do its best to stop any invalid inputs.
You can specify the external .env
file in the third optional argument.
Or in the second parameter if you use key=value syntax.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Liam Hammett
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-env-set-command with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0