- laravel-admin >= 1.6
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-managerAdd 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
]
]And you can find the .env variables.
Licensed under The MIT License (MIT).
