2017 © Pedro Peláez
 

yii2-extension yii2-cms

CMS packages for Yii2

image

alkurn/yii2-cms

CMS packages for Yii2

  • Thursday, September 14, 2017
  • by ganesh.alkurn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 CMS

CMS packages for Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist alkurn/yii2-cms "dev-master"

or add, (*4)

"alkurn/yii2-cms": "*"

Usages


'modules' => [ 'cms' => [ 'class' => 'alkurn\cms\Module', ], ],

Allow Access

``` 'as access' => [, (*5)

         'allowActions' => [
                                'cms/default/page',
                                'cms/default/blogs',
                                'cms/default/blog',
                            ]
         ],

```, (*6)

to the require section of your composer.json file., (*7)

The Versions

14/09 2017

dev-master

9999999-dev

CMS packages for Yii2

  Sources   Download

BSD-4-Clause

The Requires

 

extension yii2 cms