lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.41k stars 117 forks source link

AsListener EventDiscovery #217

Closed GameSpecU closed 4 months ago

GameSpecU commented 1 year ago

I often use EventDiscovery in my projects - I missed it in this package :) Actually, native EventDiscovery could discover Actions, but it registers events based on handle method parameters instead of asListener

The feature works pretty much the same as Laravel's Event Discovery - it uses Lody instead of Finder as a difference

Other changes:

TODO

Wulfheart commented 1 year ago

Tbh I am not sure if a second service provider is the correct way forward here.