--- title: 'Create Subscribers to listen to & handle multiple events using separate methods, inside a single class' tweet_id: '1498010791303282688' thread_slug: weekly-thread-2022-08 author_username: bobbybouwmann images: - 'https://pbs.twimg.com/media/FMJNvELWYAs0iij.jpg' created_at: 2022-02-27T19:02:58+00:00 slug: create-subscribers-to-listen-to-amp-handle-multiple-events-using-separate-methods-inside-a-single-class --- Did you know that you can create a "Subscriber" class in Laravel to handle multiple events with different methods in one Listener class? This is very useful if you want to group certain actions with the same dependencies. Documentation: https://laravel.com/docs/9.x/events#event-subscribers