dedermus / env-manager
Env Manager for Laravel open-admin-core
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dedermus/env-manager
Requires
- php: ^8.2
- dedermus/open-admin-core: ^v2.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2025-10-16 13:43:25 UTC
README
Screenshot
Requirements
- open-admin >= 2.0.1
Installation
composer require dedermus/env-manager
# If you want to add a link entry in the left menu, use the following command to import
php artisan admin:import env-manager
Configurations
Add extensions option in your config/admin.php configuration file:
'extensions' => [ 'env-manager' => [ // If the value is set to false, this extension will be disabled 'enable' => true ] ]
Usage
Open http://your-host/admin/env-manager
And you can find the .env variables.
More resources
License
Licensed under The MIT License (MIT).
