dev-master
9999999-dev https://github.com/caritor/yii2-cms/Easy manage cms pages and menu items
MIT
The Requires
- php >=5.4.0
- yiisoft/yii2 *
by Vinoth Pandiyan
yii2 cms menu menu-items drag-drop
Easy manage cms pages and menu items
Yii2 cms module will help to add multiple pages, menu areas and menu items. This a kind of wordpress way of managing pages and menu items, i.e, once enough pages, menu items and menu areas has been built, using a drag and drop feature pages can be used to create a menu tree with multiple menu levels., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist caritor/yii2-cms "dev-master"
or add, (*5)
"cms/yii2-cms": "dev-master"
to the require section of your composer.json
file., (*6)
yii migrate --migrationPath=vendor/caritor/yii2-cms/migrations
'modules' => [ 'cms' => [ 'class' => 'caritor\cms\Module' ], ],
use caritor\cms\widgets\CmsmenuWidget; CmsmenuWidget::widget(['area_code' => '{{area_code}}']);
Pages -, (*7)
?r=cms/pages
Menu Areas -, (*8)
?r=cms/menuarea
Menus -, (*9)
?r=cms/menu/selectarea
Easy manage cms pages and menu items
MIT
yii2 cms menu menu-items drag-drop