Wallogit.com
2017 © Pedro Peláez
Slideshow module for Yii2-start
Slideshow module for Yii2-Start application., (*1)
This module is used with Yii2-Start application yii2-start., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require nill/yii2-slider-module "dev-master"
or add, (*5)
"nill/yii2-slider-module": "dev-master"
to the require section of your composer.json file., (*6)
Download and extract the zip-file into the folder with your project, (*7)
/my/path/to/yii2-start/vendor/nill/yii2_slider_module
'modules' => [
'slider' => [
'class' => 'nill\slider\Module'
]
]
Yii::setAlias('backend', dirname(dirname(__DIR__)) . '/backend');
'nill/slider' =>
array (
'name' => 'nill/yii2-slider-module',
'version' => '0.1.0.0',
'alias' =>
array (
'@nill/slider' => $vendorDir . '/nill/yii2-slider-module',
),
'bootstrap' => 'nill\\slider\\Bootstrap',
),
yii2_start_slider.sql
OR: Apply migration with console commands:, (*8)
php yii migrate --migrationPath=@nill/slider/migrations, (*9)
http://my.domain/backend/rbac/permissions/index/
You can also create other roles and change their behavior in the controller module, (*10)