This repository was archived by the owner on Dec 3, 2018. It is now read-only.
This repository was archived by the owner on Dec 3, 2018. It is now read-only.
Option not to load url rules on bootstrap #109
Open
Description
Cuurently Podium appends its url rules on bootstrap
https://github.com/bizley/yii2-podium/blob/master/src/Podium.php#L214
This has 2 drawbacks:
- possible undesired order of url rules (application-wide - consider that there are other modules and their corresponding rules)
- not a trivial task of customizing Podium rules
IMO there could be a config option to load default rules as it is done now or switch off this bootstrap task and define Podium url rules in application config.