How to structure a modular app in Laravel 5?

后端 未结 6 1383
生来不讨喜
生来不讨喜 2020-12-22 15:30

I would like to divide my application in modules. For instance, there would be a \"core\" modules that contains the basic login functionality, app layout/formatting (CSS etc

6条回答
  •  难免孤独
    2020-12-22 15:55

    A little late, but if you want to use modules in your future projects, i've written a module generator. It generates modules via php artisan make:module name You can also just drop some modules in the app/Modules folder and they are ready to use/work. Take a look. Save some time ;)

    l5-modular

提交回复
热议问题