empress-php / empress

Empress is a flexible microframework for creating async web applications in PHP 8.1.
MIT License
15 stars 0 forks source link

The implementation of unified routing #47

Closed fengahan closed 2 years ago

fengahan commented 3 years ago

I think routes should be implemented entirely through annotations rather than something like $routes- >;get()

jakobmats commented 3 years ago

I actually want to keep the way it is. It's more flexible as people often like different approaches.