Download the PHP package concepture/yii2-banner-module without Composer
On this page you can find all versions of the php package concepture/yii2-banner-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download concepture/yii2-banner-module
More information about concepture/yii2-banner-module
Files in concepture/yii2-banner-module
Download concepture/yii2-banner-module
More information about concepture/yii2-banner-module
Files in concepture/yii2-banner-module
Vendor concepture
Package yii2-banner-module
Short Description package under development
License MIT
Package yii2-banner-module
Short Description package under development
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-banner-module
concepture-yii2banner-module
Подключение
"require": { "concepture/yii2-banner-module" : "*" },
Миграции php yii migrate/up --migrationPath=@concepture/yii2banner/console/migrations
Подключение модуля для админки
'modules' => [
'banner' => [
'class' => 'concepture\yii2banner\Module'
],
],
Для переопределния контроллера добавялем в настройки модуля
'modules' => [
'banner' => [
'class' => 'concepture\yii2banner\Module',
'controllerMap' => [
'banner' => 'backend\controllers\BannerController'
],
],
],
Для переопределния папки с представленяими добавялем в настройки модуля
'modules' => [
'banner' => [
'class' => 'concepture\yii2banner\Module',
'viewPath' => '@backend/views'
],
],
Для переопределния любого класса можно вооспользоваться инекцией зависимостей через config.php К примеру подменить модель StaticBlock на свой
<?php
return [
'container' => [
'definitions' => [
'concepture\yii2banner\models\StaticBlock' => ['class' => 'backend\models\Banner'],
],
],
]
All versions of yii2-banner-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
yiisoft/yii2 Version 2.0.29
yiisoft/yii2-jui Version ~2.0.0
mihaildev/yii2-ckeditor Version *
yiisoft/yii2 Version 2.0.29
yiisoft/yii2-jui Version ~2.0.0
mihaildev/yii2-ckeditor Version *
The package concepture/yii2-banner-module contains the following files
Loading the files please wait ....