Download the PHP package afzalroq/yii2-cms without Composer
On this page you can find all versions of the php package afzalroq/yii2-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-cms
yii-2-cms extension
The extension allows:
- make html blocks of html contents, files, images.
- make collections for options like tags, categories
- make entities for items like sliders, products, reviews, articles, pages
- support up to 5 languages
- support SEO meta tags
- make multiple menu with parenting feature
Upgrade notes
- remove first key property
- use first node of languages as firstKey
Installation
-
Install with composer:
- After composer install run console command for create tables:
Add to console config for auto discover migrations
Setup in common config file
CKEditor use Elfinder plugin for save files and images. Refer Elfinder readme for proper configuration
- Language indexes related with database columns.
- Admin panel tabs render by array values order
- For Items, Options and Menu must be isset common\models\User model
By default uses for caching component with name "cache". Config as belove:
- In admin panel open management via link:
Added Laravels dd() (dump and die) method
Examples
TODO
- test
- Copy from extension root directory example widgets for frontend integration
Usage
Use in frontend CController extending CMSController for proper menu generated links work
Unit getter
Item Getters
Return File URI
Return Datetime with specified format
Return image URI by specified operation(default cropResize
)
View all image operations & examples from documentation
Option Getters
Option and Items searches
All versions of yii2-cms with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0
abdualiym/yii2-language Version ^1.0
zelenin/yii2-slug-behavior Version ~1.5.1
kartik-v/yii2-widget-fileinput Version @dev
yii-dream-team/yii2-upload-behavior Version ^1.2.3
mihaildev/yii2-elfinder Version *
sadovojav/yii2-ckeditor Version dev-master
abdualiym/yii2-language Version ^1.0
zelenin/yii2-slug-behavior Version ~1.5.1
kartik-v/yii2-widget-fileinput Version @dev
yii-dream-team/yii2-upload-behavior Version ^1.2.3
mihaildev/yii2-elfinder Version *
sadovojav/yii2-ckeditor Version dev-master
The package afzalroq/yii2-cms contains the following files
Loading the files please wait ....