walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.12k stars 2.26k forks source link

Output a grouped routing list #1036

Closed kzhzjdyw888 closed 4 months ago

kzhzjdyw888 commented 4 months ago

Currently, Route::class supports the output of all routes. Is the official website considering adding support for grouped tree-structured list output to better facilitate the interface management implementation of front-end and back-end separation projects?

walkor commented 4 months ago

This is the workerman project, and there is no Route-related interface. If you are referring to webman, the official team does not intend to implement such an interface, but you can format the data output by yourself.