yii2-extension yii2-content-module
Yii 2 content module
stepancher/yii2-content-module
Yii 2 content module
- Thursday, April 14, 2016
- by stepancher
- Repository
- 3 Watchers
- 1 Stars
- 413 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Yii 2 Content
Yii 2 Content - Контент модуль реализующий добавление статей на сайт, (*1)
Features
- Easy install
- Work with seo tags
- Work with images
- Tree
Installation
Используя композер, (*2)
php composer.phar require --prefer-dist stepancher/yii2-content-module "*", (*3)
-
Запустить миграции
php yii migrate --migrationPath=@vendor/stepancher/yii2-content-module/migrations, (*4)
-
Подключить в common/config/main.php, (*5)
'modules' => [
'content' => [
'class' => 'stepancher\content\Content',
'imageDir' => "@app/../upload/content", // Image for upload files
'imageUrl' => "/upload/content" // Url to images
],
],, (*6)
- Создать роуты во фронтенде, что то вроде по первому url будет список всех статей, по второму отдельная статья
'articles'=>'content/default/list',
'articles/'=>'content/default/show',
- Создать роуты в бэкенде
'content' =>'content/admin',
'content/'=>'content/admin/',
- Раздать права пользователю или роли на просмотр и редактирование статей
dev-master
9999999-dev
Yii 2 content module
Sources
Download
BSD-3
The Requires
by
stepancher
yii2
content
1.0.1
1.0.1.0
Yii 2 content module
Sources
Download
BSD-3
The Requires
by
stepancher
yii2
content
1.0.0
1.0.0.0
Yii 2 content module
Sources
Download
BSD-3
The Requires
by
stepancher
yii2
content