为bfg管理员提供的Metronic主题。
github.com/bfg-s/admin-metronic-theme
主页
源代码
问题
安装: 19
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 1
开放问题: 0
语言:JavaScript
类型:bfg-script
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT a05f71e6c917b6e4eaab9edad6678bf5392f561c
adminthememetronicbfg
This package is auto-updated.
Last update: 2024-09-11 14:11:45 UTC
composer require bfg/admin-metronic-theme
php artisan vendor:publish --tag=metronic-theme-assets
在管理员配置文件 config/admin.php 中更改主题设置
config/admin.php
... /** * The theme of admin panel */ 'theme' => 'metronic', ...