pingpong-labs / modules

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

Reusable modules #237

Open deohnas opened 8 years ago

deohnas commented 8 years ago

Modules are really cool and I like the idea of being able to "pull" in modules and then use them. But how can we properly extend them? Ideally we wouldn't want to change code in the module, but expose some way to plug in to a module ( some plugin architecture) So how would we create truly reusable modules?

nWidart commented 8 years ago

I think I asked for a way to 'extend' modules a long time ago, but it never got implemented. :smile: That would make extending modules pretty easy to do.

deohnas commented 8 years ago

Did you come up with any examples @nWidart?

nWidart commented 8 years ago

What do you mean ? I said it never go implemented, so no actual real life code.