Hello,
i was wondering if its possible to use packages as kind of plugins?
I tested that i can give a package
a routes.php config file which will be added into the main routes.
But about controllers/views/models it seems didnt to work.
Theres a way to add controllers/views/models from a package to the "include path" of the core?
Packages are not routable, they can't have controllers. This is what modules are for.
Packages are meant to have a flexible way to extend the core, they're not about front-end functionality.