Support the ongoing development of Laravel.io →
Installation Configuration Architecture

Hello Guys,

Is there a way to restructure laravel 5 like following:

lv5
   app
     Commands
     Console
     ...
   bootstrap
   config
   storage
   vendor

Modules
  ModuleOne
     database
        migrations
        seeds
     Http
        Controllers
        routes.php
     models
     resources
       assets
       lang
       views


  ModuleTwo
     database
        migrations
        seeds
     Http
        Controllers
        routes.php
     models
     resources
       assets
       lang
       views

Let me know what you think about this approach. Main idea about this approach is to separate each modules independent of each other.

You help is much appreciated.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

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.