atemi / smarty-theme
Шаблон smarty для франшизы atemi
Installs: 7
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:yii2-extension
Requires
- skeeks/cms: ~5.0.0 || dev-master
- skeeks/yii2-template-smarty-asset: 1.1.5
This package is auto-updated.
Last update: 2024-10-29 04:58:58 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist atemi/smarty-theme "*"
or add
"atemi/smarty-theme": "*"
Configuration app
'components' => [ 'view' => [ 'theme' => [ 'pathMap' => [ '@app/views' => [ '@atemi/themes/smarty/theme', ], ] ], ], ],
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com