solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Autoload Solidus Event subscribers from extensions #45

Closed spaghetticode closed 4 years ago

spaghetticode commented 4 years ago

Just like it happens for Solidus core event subscribers and subscribers added by app developers, this change allows to automatically load and subscribe event subscriber files that are located inside Solidus extensions.

See https://github.com/solidusio/solidus/pull/3571 for further details.

Also, I created a demo app that shows the new feature at work and can be easily used to verify that code reload works as expected with autoloaded event subscribers.