php artisan make:listener
Code GenerationCreate a new event listener class
Options & Flags
Available options for this command
--event=EventThe event class being listened for
Examples
Common usage examples
Create a listener
php artisan make:listener SendShipmentNotificationCreate listener for specific event
php artisan make:listener SendShipmentNotification --event=OrderShippedRelated Commands
You might also find these useful