james.xue/laravel-admin-env is a Laravel package for laravel-admin env管理.
It currently has 7 GitHub stars and 2.109 downloads on Packagist (latest version 1.1.1).
Install it with composer require james.xue/laravel-admin-env.
Discover more Laravel packages by james.xue
or browse all Laravel packages to compare alternatives.
Last updated

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,
]
]