laravel-env-set-command
laravel-env-set-command copied to clipboard
This still alive?
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 for laravel 9 with command.
composer require rdp77/laravel-env-set-command:^1.4.0
or can use this package also
composer require syamsoul/laravel-set-env
how to use?
just run php artisan souldoit:set-env
.. you will be prompted about the variable name and the value..
or just straightaway put the variable name and value in the argument
example:
php artisan souldoit:set-env "APP_NAME=My New Laravel Name"