bramus / router

A lightweight and simple object oriented PHP Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic prefix issue

ilearnbydoing opened this issue · comments

This is not working
/{slug}/volume-{volume_id}/issue-{issue_id}

while this work

/{slug}/volume/{volume_id}/issue/{issue_id}

Is dynamic URL Prefix not supported?

No, not implemented yet, but you are welcome to contribute it 🙂
Hint: https://github.com/bramus/router/blob/master/src/Bramus/Router/Router.php#L353