worstinme / yii2-zoo
Yii content construction kit
dev-master
2021-07-20 12:44 UTC
Requires
- bower-asset/select2: 4.*
- mihaildev/yii2-ckeditor: *
- mihaildev/yii2-elfinder: ^1.2.2
- yiisoft/yii2: *
- yiisoft/yii2-imagine: *
This package is not auto-updated.
Last update: 2026-03-13 22:06:12 UTC
README
Extension is under development and not ready to use.
Configuration
- Put in modules section of config:
'zoo' => [
'class' => 'worstinme\zoo\backend\Module',
],
To replace backend module layouts (main.php or zoo.php) set view configurations for components section of Yii settings
'components'=>[
...
'view' => [
'theme' => [
'pathMap' => [
'@worstinme/zoo/backend/views/layouts' => '@backend/views/layouts',
],
],
],
],