phpmx / phpmxbot

A Slack bot for the PHP Mexico Community.
3 stars 7 forks source link

Reorganize and autoload routes #15

Closed eruizdechavez closed 3 years ago

eruizdechavez commented 3 years ago

Currently, index.php has all the "routes" in it. To improve reusability and extensibility this should be done in route files that get loaded and initialized automatically (like plugins).

eruizdechavez commented 3 years ago

I am already working on this changes. I'll push a PR as soon as I have something to show.

eruizdechavez commented 3 years ago

Draft pull request #18.