laravel-env-set-command
laravel-env-set-command copied to clipboard
Set a .env file variable from the command line.
command to install package is setted with a old value on master Docs, can be confuse for some people, they will install a package with old bugs. PD: package was...
Hi all, after I've been monitoring this project for quite a while and finally I did forking and then released it to make it more up-to-date, you can install it...
This command: `php artisan env:set APP_NAME "MY.NAME & C."` set the env VAR with 4 double quotes: `APP_NAME=""MY.NAME & C."" ` Refreshing configuration generate an error: ``` The environment file...
` "message": "file_get_contents(): Filename cannot be empty", "exception": "ErrorException",`
Hi when I want to set the db_password value, it doesn't set it on the current value. Instead, it adds a new db_password value to the end of the file....