Skip to content

Commit ff64f5a

Browse files
author
Igor Chepurnoy
committed
update docs
1 parent f8cf0af commit ff64f5a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ To access the module, you need to configure the modules array in your applicatio
5959
> http://localhost/path/to/index.php?r=/cms/manage/index
6060
6161

62-
2) Add new Rule class to the `urlManager` array in your application configuration by the following code:
62+
**Configure UrlManager**
63+
64+
You need to configure the `urlManager` array in your application configuration:
6365

6466
```php
6567
'components' => [
@@ -71,7 +73,10 @@ To access the module, you need to configure the modules array in your applicatio
7173
],
7274
```
7375

74-
3) Add to SiteController (or configure via `$route` param in `urlManager`):
76+
**Setup Page Action**
77+
78+
Add to SiteController (or configure via `$route` param in `urlManager`):
79+
7580
```php
7681
public function actions()
7782
{
@@ -82,7 +87,7 @@ public function actions()
8287
];
8388
}
8489
```
85-
> And now you can create your own pages via admin panel.
90+
**And now you can create your own pages via admin panel.**
8691

8792
## Features:
8893

0 commit comments

Comments
 (0)