mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Add tag case in controller.meta-storm.xml (#20312)
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
<directoryProcessors>
|
||||
<regexp from="Controller\.php" to=""/>
|
||||
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
|
||||
<case from="/[^/]+$" case="lower" />
|
||||
<regexp from="/controllers/" to="/views/"/>
|
||||
<regexp from="/modules/([^\\/]+)/controllers/"
|
||||
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
|
||||
@ -17,6 +18,7 @@
|
||||
<directoryProcessors>
|
||||
<regexp from="Controller\.php" to=""/>
|
||||
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
|
||||
<case from="/[^/]+$" case="lower" />
|
||||
<regexp from="/controllers/" to="/views/"/>
|
||||
<regexp from="/modules/([^\\/]+)/controllers/"
|
||||
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
|
||||
@ -28,6 +30,7 @@
|
||||
<directoryProcessors>
|
||||
<regexp from="Controller\.php" to=""/>
|
||||
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
|
||||
<case from="/[^/]+$" case="lower" />
|
||||
<regexp from="/controllers/" to="/views/"/>
|
||||
<regexp from="/modules/([^\\/]+)/controllers/"
|
||||
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
|
||||
|
Reference in New Issue
Block a user