Routing - How would you #570
Replies: 1 comment 2 replies
-
Been playing today and managed to get the following to work. Id be interested in feedback or alternatives still, just thought i'd share incase it helps `Flight::route('/@controller/@action', function($controller, $action){
});` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Guys,
Firstly, want to say thanks this framework has covered so many projects for me and its great to see it moving to V3.
My new project is going to be a rather large API with a lot of end points. Currently there are a few ways I can think to do this using Routes in Flight.
Does anyone have a better suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions