skeeks / cms-search
Search component for SkeekS CMS
3.0.1.7
2026-07-06 13:52 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 3.0.1.7
- 3.0.1.6
- 3.0.1.5
- 3.0.1.4
- 3.0.1.3
- 3.0.1.2
- 3.0.1.1
- 3.0.1
- 3.0.0.1
- 3.0.0
- 2.1.5.7
- 2.1.5.6
- 2.1.5.5
- 2.1.5.4
- 2.1.5.3
- 2.1.5.2
- 2.1.5.1
- 2.1.5
- 2.1.4.1
- 2.1.4
- 2.1.3.2
- 2.1.3.1
- 2.1.3
- 2.1.2.4
- 2.1.2.3
- 2.1.2.2
- 2.1.2.1
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-alpha2
- 2.0.0-alpha1
- 2.0.0-alpha
- 1.0.0.1
- 1.0.0
- 1.0.0-beta
- 1.0.0-alpha2
- 1.0.0-alpha
This package is auto-updated.
Last update: 2026-09-07 19:11:49 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