execut/yii2-pages-alias

Integration module for yii2-pages and yii2-alias modules

Maintainers

👁 execut

Package info

github.com/execut/yii2-pages-alias

Wiki

Type:yii2-extension

pkg:composer/execut/yii2-pages-alias

Statistics

Installs: 140

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2020-11-17 15:03 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 030d3937a9450262481bd1576a326fbc776ab973

  • Mamaev Yuriy (eXeCUT)

yii2-pagesyii2-pages and yii2-alias integrationyii2-alias

This package is auto-updated.

Last update: 2026-06-18 03:30:52 UTC


README

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,
 ]
];