Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 15, 2016
1 parent 12ce200 commit ba81032
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ Configuration app
----------

```php
//App config

'components' =>
[
'cmsSearch' => [
'class' => 'skeeks\cms\search\CmsSearchComponent',
],

'i18n' => [
'translations' =>
[
Expand All @@ -42,13 +41,18 @@ Configuration app
]
]
],

/*'urlManager' => [
'rules' => [
'search' => 'cmsSearch/result',
]
]*/
],

'modules' =>
[
'cmsSearch' => [
'class' => 'skeeks\cms\search\CmsSearchModule',
"controllerNamespace" => 'skeeks\cms\search\console\controllers'
]
]

Expand Down

0 comments on commit ba81032

Please sign in to comment.