laravel-admin-env
1、composer require james.xue/laravel-admin-env
2、php artisan admin:import env
In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [
'env' => [
// set to false if you want to disable this extension
'enable' => true,
]
]