We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6f9b9 commit 822b150Copy full SHA for 822b150
backend/config/url-rules.php
@@ -4,4 +4,8 @@
4
5
return [
6
'' => 'site/index',
7
+
8
+ // default URLs for making existing controllers available
9
+ '<controller>' => '<controller>/index',
10
+ '<controller>/<action>' => '<controller>/<action>',
11
];
0 commit comments