execut/yii2-pages-alias Integration module for yii2-pages and yii2-alias modules

yii2-pagesandyii2-aliasintegrationyii2-aliasyii2-pages

yii2-pages-alias

Integration module for execut/yii2-pages and yii2-alias.

For license information check the LICENSE-file.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require execut/yii2-pages-alias

or add

"execut/yii2-pages-alias": "dev-master"

to the require section of your composer.json file.

Usage

Add to your applications configs bootstrapping of module:

return [
    'bootstrap' => [
        // for common app:
        'pagesAlias' => \execut\pagesAlias\bootstrap\Common::class,
        // for console app:
        'pagesAlias' => \execut\pagesAlias\bootstrap\Console::class,
    ]
];

Changelog

Yii2-pages-alias module changelog

0.2.0 dev

0.1.1

  • Added yii2 version directly

0.1.0

  • Initial structure
  • Added bootstrap for modules integration

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.1 is the latest of 2 releases



Apache-2.0 license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
136 total downloads