Hello,
I'm pretty new to Laravel. Does laravel support multiple "apps"? We would like to seperate our admin panel and front-end (or whatever other apps / minisites we would want to build on the system but use 1 core laravel installation.
We are happy that the apps run on seperate namespaces (/site/ and /admin/ being 2 required ones) but we would like to group "apps" as much as possible.
Is this possible and what would be my best plan of action to follow?
You could build out your apps in the vendor folder as opposed to the root installation folder and keep each app/functionality separated. In laravel this would be package development.
Read more here:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community