Jeroen-G / autowire

🔌 Autowire and configure using PHP 8 Attributes in Laravel.
MIT License
21 stars 3 forks source link

Event listeners #8

Closed Xammie closed 2 years ago

Xammie commented 2 years ago

This introduces the ability to listen to events on a listener

#[Listen(Event::class)]
class EventListener {
    // ...
}