承接 jimmyyoung/yii-adminlte 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jimmyyoung/yii-adminlte

Composer 安装命令:

composer require jimmyyoung/yii-adminlte

包简介

adminLTE3 for yii2

README 文档

README

This is a template based on adminLTE3 for Yii2。 這是給Yii2使用adminLTE3的樣板。

Install

    composer require "jimmyyoungyoyo/yii2-adminlte"

Usage

  1. add to config
    // file path config/web.php 
    // add this in components
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/jimmyyoung/yii-adminlte/src'
             ],
         ],
    ],
  1. use Menu Widget
    use jimmyyoungyoyo\adminlte\component\MenuGenerate;

    <?= MenuGenerate::widget([
        'menu' => [
            ['label' => 'Account', 'icon' => 'fa fa-users', 'url' => '/account/index', 'active' => true],
            ['label' => 'Message', 'icon' => 'fa fa-paper-plane', 'url' => '/message/index', 'active' => false],
            [
            'label' => 'Dashboard',
            'icon' => 'fa fa-tachometer-alt',
            'url' => '#',
            'active' => false,
            'items' => [
                [
                'label' => 'example1',
                'icon' => 'fa fa-users',
                'url' => '/dashboard/example1',
                'active' => false,
                ],
                [
                'label' => 'example2',
                'icon' => 'fa fa-users',
                'url' => '/dashboard/example2',
                'active' => false,
                ],
                [
                'label' => 'example3',
                'icon' => 'fa fa-users',
                'url' => '/dashboard/example3',
                'active' => false,
                ]
            ]
            ],
        ]])
    ?>

License

MIT

Other

Please tell me if this project have any problem。

如果這個專案有任何問題,請告訴我,感謝

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-02-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固