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

This package is auto-updated.

Last update: 2020-02-03 07:31:12 UTC


README

Screenshot

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

Awesome

参考地址:https://github.com/laravel-admin-extensions/env-manager.git