From ba81032088319b23e881964257a758271371dac9 Mon Sep 17 00:00:00 2001 From: Semenov Alexander Date: Fri, 15 Apr 2016 20:24:50 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ff3e1d..8f09dcd 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,13 @@ Configuration app ---------- ```php -//App config 'components' => [ 'cmsSearch' => [ 'class' => 'skeeks\cms\search\CmsSearchComponent', ], - + 'i18n' => [ 'translations' => [ @@ -42,13 +41,18 @@ Configuration app ] ] ], + + /*'urlManager' => [ + 'rules' => [ + 'search' => 'cmsSearch/result', + ] + ]*/ ], 'modules' => [ 'cmsSearch' => [ 'class' => 'skeeks\cms\search\CmsSearchModule', - "controllerNamespace" => 'skeeks\cms\search\console\controllers' ] ]