Deadpikle / Deadpikle/yamf-php
Refactor router to allow for custom routing
Open
enhancement
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request Description
Right now, a user can't add logic to the routing system without overriding the YAMF `router.php` file. We should make this extendable somehow.
## Feature Request Solution
Make the router object oriented (might cause problems with how we are currently using `require`)? Add a custom function that can be called by the router to do custom logic?
Contributor guide
Assessment
This issue has not been assessed yet.