Add router
#488
Replies: 3 comments 2 replies
-
Hi! like this idea, will further explore it in v2 which we'll start developing in the next months |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. Is there an approximate release time for version 2 with routing functionality? |
Beta Was this translation helpful? Give feedback.
2 replies
-
hi! what about routing for several handlers? i do this updates, migration:
config: handler:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a suggestion for this great package. It would be great if a router could be added.
I will give some examples:
A router is similar to the Laravel router, which can be used for commands, callback queries, and messages. action it can be called by closure, an invokable controller, or as an array whose first index is the controller and the second index is the method. It can also have middleware like Laravel for more flexibility.
A file called telegraph.php can be created in the routes folder to define the routes there.
If it's implementing these things, it will be great and this package will be more useful.
Beta Was this translation helpful? Give feedback.
All reactions