skeeks / cms-search
Search component for SkeekS CMS
3.0.1.1
2024-03-12 16:56 UTC
This package is auto-updated.
Last update: 2026-03-08 21:52:19 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-search "*"
or add
"skeeks/cms-search": "*"
Configuration app
'components' => [ 'cmsSearch' => [ 'class' => 'skeeks\cms\search\CmsSearchComponent', ], 'i18n' => [ 'translations' => [ 'skeeks/search' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/search/messages', 'fileMap' => [ 'skeeks/search' => 'main.php', ], ] ] ], /*'urlManager' => [ 'rules' => [ 'search' => 'cmsSearch/result', ] ]*/ ], 'modules' => [ 'cmsSearch' => [ 'class' => 'skeeks\cms\search\CmsSearchModule', ] ]
##Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com