daveh / php-mvc

A simple PHP model-view-controller framework, built step-by-step as part of the "Write PHP like a pro: build an MVC framework from scratch" course on Udemy.
https://davehollingworth.com/go/phpmvc/
MIT License
782 stars 311 forks source link

Routing groups #128

Closed K1Yuhh closed 6 months ago

K1Yuhh commented 6 months ago

Hey,

I enjoyed your course on Udemy its one of the best at the moment.

You've said in 2020 that you will add route groups.

Link: https://github.com/daveh/php-mvc/issues/68

When are you releasing it since I'm interested in some advanced topics about MVC.

daveh commented 6 months ago

It is on my list, but I'm afraid I can't say when it'll be available, I have a lot on right now - I'll try and do it as soon as I can.

K1Yuhh commented 6 months ago

Please do so. The way you explain makes me wanna watch every episode. I learnt alot from you.

Take care!