Looking to hire Laravel developers? Try LaraJobs

laravel-admin-env maintained by james.xue

Description
laravel-admin env管理
Author
Last update
2022/03/27 15:22 (dev-imgbot)
License
Downloads
2 109

Comments
comments powered by Disqus

env extension for laravel-admin

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