Support the ongoing development of Laravel.io →
Configuration Architecture
Last updated 1 year ago.
0

kubatur0 said:

Hello, I want to start a big project with Laravel. I saw a new structure in laravel 5 and it looks nice. Is it worth to start a project on laravel 5 right now ? How to tak care of a lot of possible modules nad controllers within my app using structure like that without HMVC ? I would appreciate some "best practices" and what you think about it : )

The exactly same thing I want to know. Is it possible in Laravel 5 to render internal request in the view like in Symfony, Kohana and other HMVC frameworks? For me it is must have future of the framework.

0

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.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

kubatur0 kubatur0 Joined 4 Oct 2014

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.

© 2024 Laravel.io - All rights reserved.