james.xue / laravel-admin-env
laravel-admin env管理
Installs: 2 031
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-27 19:14:50 UTC
README
Screenshot
Installation
1、composer require james.xue/laravel-admin-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,
]
]