distortedfusion / laravel-env-management
A collection of artisan commands for managing environment variables during CI/CD.
Installs: 2 017
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- illuminate/console: ^9.35|^10.0|^11.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 22:21:04 UTC
README
A collection of artisan commands for managing environment variables during CI/CD or development.
php artisan env:set APP_NAME "Distorted Fusion"
Documentation
You will find full documentation on the dedicated documentation site.
Testing
To run the tests, run the following command from the project folder:
composer test
Security
If you discover a security vulnerability within this package, please send an e-mail to Kevin Dierkx via kevin@distortedfusion.com. All security vulnerabilities will be promptly addressed.
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.