I am creating a website that will be a cms and an intranet. In CakePhp I separated these applications with Plugins, that is, site in the root of the project / cake and plugins for the others. Well laid out, organized and functional
How can I do this in Laravel? I would not want to leave the controllers and models all mixed up.
It's worth mentioning that I'm starting now in Laravel (5.X)