router icon indicating copy to clipboard operation
router copied to clipboard

Dynamic prefix issue

Open ilearnbydoing opened this issue 4 years ago • 1 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?

ilearnbydoing avatar Nov 15 '21 08:11 ilearnbydoing

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

uvulpos avatar Nov 15 '21 12:11 uvulpos