zakharov-andrew/yii2-category
最新稳定版本:v0.0.3
Composer 安装命令:
composer require zakharov-andrew/yii2-category
包简介
Yii2 Category
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-09