james.xue/laravel-admin-env

laravel-admin env管理

1.1.1 2019-07-08 10:38 UTC

This package is auto-updated.

Last update: 2024-04-27 17:53:42 UTC


README

php-badge Latest Laravel Admin Downloads this Month Downloads total Latest stable Licence

Screenshot

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

More resources

Awesome