thienhungho / yii2-template-configuration
Yii2 Template Configuration
Installs: 6
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- thienhungho/yii2-app-core: *
- yiisoft/yii2: ~2.0.9
This package is auto-updated.
Last update: 2025-03-01 00:45:13 UTC
README
Yii2 Template Configuration for Yii2
Installation
This is just an example, memorible moment. The source code may not work for known reasons. This source code include against loss license feature.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist thienhungho/yii2-template-configuration "*"
or add
"thienhungho/yii2-template-configuration": "*"
to the require section of your composer.json
file.
Config
Add module ScriptConfiguration to your AppConfig
file.
... 'modules' => [ ... /** * Script Configuration */ 'script-configuration' => [ 'class' => 'thienhungho\TemplateConfiguration\modules\ScriptConfiguration\ScriptConfiguration', ], ... ], ...