2017 © Pedro Peláez
 

yii2-extension yii2-news

News crud

image

shoxabbos/yii2-news

News crud

  • Thursday, May 3, 2018
  • by shoxabbos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 22 % Grown

The README.md

News crud

News crud, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist shoxabbos/yii2-news "*"

or add, (*4)

"shoxabbos/yii2-news": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php yii migrate --migrationPath=@vendor/shoxabbos/yii2-news/migrations
'modules' => [
    'admin' => [
        'class' => 'app\modules\admin\Module',
        'controllerMap' => [
            'config' => 'shoxabbos\news\controllers\NewsController'
        ]
    ],
]

After that, you can open the pages as:, (*7)

/admin/news/create
/admin/news/update
/admin/news/view
/admin/news/index

The Versions

03/05 2018

dev-master

9999999-dev

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news

03/05 2018

v1.4.0

1.4.0.0

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news

03/05 2018

v1.3.0

1.3.0.0

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news

01/05 2018

v1.2.0

1.2.0.0

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news

17/08 2017

v1.1

1.1.0.0

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news

13/08 2017

v1.0

1.0.0.0

News crud

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 news