Hi,
I have a web app built with CakePHP 3 and most of my clients need to extend the app controllers and models functionality without touching the app core files, Can that done via plugins?If yes, how? else how to add this abilty?
I know that plugin themes are only override templates but not controllers and models
Thanks