Skip to content
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
@SDKiller

Description

@SDKiller

Cuurently Podium appends its url rules on bootstrap

https://github.com/bizley/yii2-podium/blob/master/src/Podium.php#L214

This has 2 drawbacks:

  1. possible undesired order of url rules (application-wide - consider that there are other modules and their corresponding rules)
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions