jxlwqq/env-manager is a Laravel package for env manager for laravel-admin.
It currently has 36 GitHub stars and 20.337 downloads on Packagist (latest version 0.1.0).
Install it with composer require jxlwqq/env-manager.
Discover more Laravel packages by jxlwqq
or browse all Laravel packages to compare alternatives.
Last updated

composer require jxlwqq/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
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
]
]
Open http://your-host/admin/env-manager
And you can find the .env variables.
Licensed under The MIT License (MIT).