You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,17 @@ to the require section of your composer.json.
29
29
CONFIGURATION
30
30
------------
31
31
> If you use this extension separate from the [base template](https://github.com/yii2mod/base), then you need execute migration by the following command:
> NOTE: comments extension used in 1.0.5 release and above, if you are using a previous version of this extension, you don't need to install [comments extension](https://github.com/yii2mod/yii2-comments).
37
35
38
36
1) To use this extension first you need to configure the [comments extension](https://github.com/yii2mod/yii2-comments), after that you have to configure the main config in your application:
39
37
```php
40
38
'modules' => [
41
39
'admin' => [
42
40
'controllerMap' => [
43
41
'cms' => 'yii2mod\cms\controllers\CmsController',
44
-
// Also you can override some controller properties.
42
+
// Also you can override some controller properties in following way:
0 commit comments