laravel-env-set-command icon indicating copy to clipboard operation
laravel-env-set-command copied to clipboard

This still alive?

Open rdp77 opened this issue 2 years ago • 1 comments

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

rdp77 avatar Oct 13 '22 15:10 rdp77

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"

syamsoul avatar Mar 21 '23 12:03 syamsoul