bfg/admin-metronic-theme

为bfg管理员提供的Metronic主题。

安装: 19

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

语言:JavaScript

类型:bfg-script

0.1.1 2023-11-11 12:12 UTC

This package is auto-updated.

Last update: 2024-09-11 14:11:45 UTC


README

Laravel Logo

Total Downloads Latest Stable Version License

演示

Bfg admin metronic demo

安装

composer require bfg/admin-metronic-theme

发布资源

php artisan vendor:publish --tag=metronic-theme-assets

使用

在管理员配置文件 config/admin.php 中更改主题设置

...
    /**
     * The theme of admin panel
     */
    'theme' => 'metronic',
...