Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Apr 6, 2024

Conversation

inxilpro
Copy link
Contributor

@inxilpro inxilpro commented Apr 3, 2024

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
Copy link

mra-dev commented Apr 4, 2024

When will it be available for composer update?

@inxilpro inxilpro merged commit d501689 into main Apr 6, 2024
42 checks passed
@inxilpro
Copy link
Contributor Author

inxilpro commented Apr 6, 2024

@mra-dev just tagged a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants