Support the ongoing development of Laravel.io →
Configuration Architecture

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?

Last updated 3 years ago.
0

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:

http://laravel.com/docs/5.1/packages

0

Sign in to participate in this thread!

PHPverse

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.