承接 zakharov-andrew/yii2-category 相关项目开发

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

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

zakharov-andrew/yii2-category

最新稳定版本:v0.0.3

Composer 安装命令:

composer require zakharov-andrew/yii2-category

包简介

Yii2 Category

README 文档

README

Latest Stable Version License Yii2

This extension allows you to add categories to your app.

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require zakharov-andrew/yii2-category

or add

"zakharov-andrew/yii2-category": "*"

to the require section of your composer.json file.

Subsequently, run

./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-category/migrations

in order to create the settings table in your database.

Or add to console config

return [
    // ...
    'controllerMap' => [
        // ...
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations', // Default migration folder
                '@vendor/zakharov-andrew/yii2-category/src/migrations'
            ]
        ]
        // ...
    ]
    // ...
];

Usage

Add this to your main configuration's modules array

    'modules' => [
        'category' => [
            'class' => 'ZakharovAndrew\category\Module',
            'bootstrapVersion' => 5, // if use bootstrap 5
        ],
        // ...
    ],

License

yii2-category it is available under a MIT License. Detailed information can be found in the LICENSE.md.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固