james.xue / env
This package is abandoned and no longer maintained.
No replacement package was suggested.
laravel-admin env管理
1.2.1
2019-03-06 11:06 UTC
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ~6.0
README
Screenshot
Requirements
- laravel-admin >= 1.6.9 (很重要!很重要!很重要! 重要的事情说三遍)
Installation
1、composer require james.xue/env
2、php artisan admin:import env
Configuration
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,
]
]
More resources
参考地址:https://github.com/laravel-admin-extensions/env-manager.git