execut / yii2-pages-alias
Integration module for yii2-pages and yii2-alias modules
Installs: 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: ^7.4
- execut/yii2-alias: @dev
- execut/yii2-pages: @dev
- yiisoft/yii2: 2.*
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.0
- codeception/module-filesystem: ^1.0
- codeception/module-yii2: ^1.0
- codeception/verify: ~0.5.0 || ~1.1.0
This package is auto-updated.
Last update: 2024-11-17 23:57:26 UTC
README
Integration module for execut/yii2-pages and yii2-alias.
For license information check the LICENSE-file.
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, ] ];