bfg/admin-configs
最新稳定版本:1.0.0
Composer 安装命令:
composer require bfg/admin-configs
包简介
Config extension for bfg admin
README 文档
README
Install
composer require bfg/admin-configs
Admin install
php artisan admin:extension bfg/admin-configs --install
php artisan migrate
Open app/Providers/AppServiceProvider.php, and call the Config::load() method within the boot method:
<?php namespace App\Providers; use Admin\Extend\AdminConfigs\Config; use Illuminate\Support\Facades\Schema; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { public function boot() { if (Schema::hasTable('admin_config')) { Config::load(); } } }
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-09