2017 © Pedro Peláez
 

yii2-extension yii2-blog

Yii2 Blog for other application YII2

image

hrupin/yii2-blog

Yii2 Blog for other application YII2

  • Tuesday, August 22, 2017
  • by hrupin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-blog

  • Для личного использования, крайне не рекомендую устанавливать. Поддержки нет и не будет., (*1)

  • For personal use it is not recommend to install. No support and never will., (*2)

install

composer

composer require hrupin/yii2-blog

or in composer.json, (*3)

"hrupin/yii2-blog": "*"

configure

in common/config/main.php, (*4)

'modules' => [
        'blog' => [
            'class' => 'hrupin\blog\Module',
            'lang' => ['en-US' => 'English', 'ru-RU' => 'Russian']
        ],
    ],

in frontend/config/main.php, (*5)

'modules' => [
    'blog' => [
        'as frontend' => 'hrupin\blog\filters\FrontendFilter',
    ],
]

in backend/config/main.php, (*6)

'modules' => [
    'blog' => [
        'as backend' => 'hrupin\blog\filters\BackendFilter',
    ],
],

migrate

php yii migrate/up --migrationPath=@vendor/hrupin/yii2-blog/migrations, (*7)

The Versions

22/08 2017

dev-master

9999999-dev

Yii2 Blog for other application YII2

  Sources   Download

MIT

The Requires

 

by Hrupin Aleksandr

extension yii2

06/08 2017

0.0.4

0.0.4.0

Yii2 Blog for other application YII2

  Sources   Download

MIT

The Requires

 

by Hrupin Aleksandr

extension yii2

06/08 2017

0.0.2

0.0.2.0

Yii2 Blog for other application YII2

  Sources   Download

MIT

The Requires

 

by Hrupin Aleksandr

extension yii2