pingpong-labs / modules

Laravel 5 Modules
https://pingpong-labs.github.io/docs/modules.html
BSD 3-Clause "New" or "Revised" License
577 stars 151 forks source link

Modular programming in Laravel 5+ #232

Open essivision opened 8 years ago

essivision commented 8 years ago

I'm starting a new project and I want to reuse some parts of it, mainly the stuff related to user registration and authentication. I can copy and paste all of the code but I want to use again. I know there is Package Development in Laravel but it's not easy and feel like there must be a better way.some days ago find a pingpong/modules but I don't know about it. it's third party plugin and don't trust it about update for new Laravel version.

use this plugin is true? Is this plugin is updated later? What's different between Embedd Package Laravel and pingpong/modules? or Do you have any suggestion?

nWidart commented 8 years ago

Hello,

I use this package extensively in AsgardCms, and it works great. This modular approach is very nice for complex application as for simple content sites.

mahmutbayri commented 8 years ago

Hello, I use pingpong/modules in a large scale app. You can do a lot of things as laravel packages, but they isn't any connection between them. This package organizes your modules and it is very powerful when i compare to similar packages.

And! @nWidart , your package(s) are also powerful, heavily inspired me. It is very nice for bootstrap. I have worked alot on them. I optimized it, replace some features (authorization, authentication, theme etc.)

essivision commented 8 years ago

because I want use modules as infrastructure and it's critical in project, I am afraid in future, pingpong/modules not update or not support. what's your opinion?

mtasuandi commented 8 years ago

@essivision by making it open source, so everyone are open to join the development. You can fork your own version of the pingpong modules and keep it updated with whatever your requirements.