Download the PHP package ispomazkin/yii2-chevrolet_america without Composer
On this page you can find all versions of the php package ispomazkin/yii2-chevrolet_america. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ispomazkin/yii2-chevrolet_america
More information about ispomazkin/yii2-chevrolet_america
Files in ispomazkin/yii2-chevrolet_america
Download ispomazkin/yii2-chevrolet_america
More information about ispomazkin/yii2-chevrolet_america
Files in ispomazkin/yii2-chevrolet_america
Vendor ispomazkin
Package yii2-chevrolet_america
Short Description Chevrolet America Europe Catalog
License MIT
Package yii2-chevrolet_america
Short Description Chevrolet America Europe Catalog
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-chevrolet_america
yii2-chevrolet_america
Установка
- Установка пакета с помощью Composer
В конфигурации common/config/main-local.php добавить параметры.
'modules' => [
'chevrolet_america'=>[
'class'=>'\ispomazkin\chevrolet_america\Module',
'host'=>'http://149.154.64.192',
'image_path'=>'/img/img_chevrolet_a',
'search_pattern'=>'https://zp24.shop/search/?article={article}&brand=chevrolet',
],
],
Строка поиска может быть любая, вместо паттерна {article} будет подставляться артикул. После установки и настройки каталог будет доступен по адресу /chevrolet
Чтобы задать собственные шаблон генерации title, keywords, description, используются предустановленные шаблоны переменные {model},{year},{group},{parts}
'chevrolet'=>[
'class'=>'\ispomazkin\chevrolet_america\Module',
'host'=>'http://149.154.64.192',
'image_path'=>'/img/img_chevrolet_a',
'search_pattern'=>'https://zp24.shop/search/?article={article}&brand=chevrolet',
'base_url'=>'/chevrolet-america',
'titlePattern=>[
'years'=>'Запчасти Шевроле Америка',
'categories'=>'{model} {year}',
'groups'=>'{category}',
'parts'=>'{parts}'
],
'descriptionPattern'=>[
'years'=>'Каталог запчастей Шевроле Америка',
'categories'=>'Каталог запчастей Шевроле Америка {model} {year}',
'groups'=>'Каталог запчастей Шевроле Америка {model} {year} по категории {category}',
'parts'=>'Каталог запчастей Шевроле Америка {model} {year} {category} {group} {parts}'
],
'keywordsPattern'=>[
'years'=>'EPC chevrolet America',
'categories'=>'{model} {year}',
'groups'=>'{model} {year} ',
'parts'=>'{parts}'
],
],
All versions of yii2-chevrolet_america with dependencies
PHP Build Version
Package Version
The package ispomazkin/yii2-chevrolet_america contains the following files
Loading the files please wait ....