2017 © Pedro Peláez
 

library yii2-yee-post

Post Module For Yee CMS

image

amelexik/yii2-yee-post

Post Module For Yee CMS

  • Saturday, February 17, 2018
  • by amelexik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

yii2-yee-post

Yee CMS - Post Module

Backend module for managing posts

This module is part of Yee CMS (based on Yii2 Framework)., (*1)

Post module lets you easily create posts on your site., (*2)

Installation

composer require --prefer-dist yeesoft/yii2-yee-post "~0.1.0"

or add, (*5)

"yeesoft/yii2-yee-post": "~0.1.0"

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

  • Run migrations
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-post/migrations/

Configuration

  • In your backend config file
'modules'=>[
    'post' => [
        'class' => 'yeesoft\post\PostModule',
    ],
],

Dashboard widget

You can use dashboard widget to display short information about recent activity in the module., (*7)

Add this code in your control panel dashboard to display widget:, (*8)

echo \yeesoft\post\widgets\dashboard\Posts::widget();

Screenshots

Flickr - Yee CMS Post Module, (*9)

The Versions

16/01 2018

0.2.x-dev

0.2.9999999.9999999-dev

Post Module For Yee CMS

  Sources   Download

Apache-2.0

The Requires

 

by Taras Makitra

05/04 2017
01/03 2017