Laravel ENV Management
Getting Started
A collection of artisan commands for managing environment variables during CI/CD or development.
php artisan env:set APP_NAME "Distorted Fusion"
Installation
The package can be installed via composer:
composer require distortedfusion/laravel-env-management
This package implements Laravel's Package Discovery, no further changes are needed to your application configurations. For more information please refer to the Laravel documentation.
Version Compatibility
Laravel | PHP | Package |
---|---|---|
9.x | ^8.0 | >= 2.0 |
10.x | ^8.1 | >= 2.0 |
11.x | ^8.1 | >= 2.0 |