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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community