承接 grozzzny/catalog 相关项目开发

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

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

grozzzny/catalog

Composer 安装命令:

composer require grozzzny/catalog

包简介

Catalog module for Yii2

README 文档

README

This module allows to yii2

Installation guide

$ php composer.phar require grozzzny/catalog "v3.x-dev"

Run migrations

php yii migrate --migrationPath=@vendor/grozzzny/catalog/migrations

Or add following lines to your console configuration file:

'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationPath' => [
            '@grozzzny/catalog/migrations',
        ],
    ],
],
'modules' => [
    'catalog' => [
        'class' => 'grozzzny\catalog\CatalogModule',
    ],
],
'i18n' => [
    'translations' => [
        'catalog' => [
            'class' => 'yii\i18n\PhpMessageSource',
            'sourceLanguage' => 'en-US',
            'basePath' => '@grozzzny/catalog/messages',
        ],
    ],
],
'container' => [
    'singletons' => [
        'grozzzny\catalog\models\Category' => ['class' => 'app\models\Category'],
    ],
],

Schema

alt text

Catalog with different types of data

alt text

Any level of nesting

alt text

Speed filter

alt text alt text

Several languages

<?
$i18n = json_encode([
    'select_category' => Yii::t('catalog','Select category..'),
    'key' => Yii::t('catalog','Key'),
    'value' => Yii::t('catalog','Value'),
    ...
    'filter_show' => Yii::t('catalog','Show in filter'),
], JSON_UNESCAPED_UNICODE);

Element "Many to Many"

alt text

Inheritability of properties

alt text alt text

Large selection of property types

alt text

Convenient setting options for a property with the type "select"

alt text

Easily add customizations

if ($property->settings->filter_range){
  ...
}

alt text

Universal validation rules

alt text alt text

Property type "Multi category"

alt text alt text alt text

Property type "HTML"

alt text

Property type "Image" or "File"

alt text

Property type "Code"

alt text

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-06-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固