InterNACHI / modular

Modularize your Laravel application
MIT License
796 stars 65 forks source link

Improved event discovery (Laravel 10/11 compatible) #88

Closed inxilpro closed 7 months ago

inxilpro commented 7 months ago

OK, this turned out to be more of a beast than I expected. Because of the way Laravel has special handling for the EventServiceProvider, a lot of the event discovery stuff needed to be rewritten. This takes into account event auto-discovery and event caching (which each operate slightly differently). It also builds on @Wulfheart's work in #82, allowing for explicitly enabling or disabling auto-discovery via a config option.

mra-dev commented 7 months ago

When will it be available for composer update?

inxilpro commented 7 months ago

@mra-dev just tagged a new release.