Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syamsoul authored Aug 3, 2024
1 parent caf7805 commit 4c63b6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ php artisan souldoit:set-env "MY_APP_NAME=Localhost" -E .env.example
php artisan souldoit:set-env "MY_APP_NAME=Localhost" --env_file=.env.example
```

#### Force option in production

- When using --force option, it will bypass confirmation prompts in production.
``` bash
php artisan souldoit:set-env "MY_APP_NAME=Production App" --force
```

 
### Get Variable's Value

Expand Down Expand Up @@ -113,4 +120,4 @@ If you find this package helps you, kindly support me by donating some BNB (BSC)
 
## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit 4c63b6d

Please sign in to comment.