File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
7681public 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
You can’t perform that action at this time.
0 commit comments