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