router
router copied to clipboard
Dynamic prefix issue
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