Commands.app

php artisan make:listener

Code Generation

Create a new event listener class

Options & Flags
Available options for this command
--event=Event

The event class being listened for

Examples
Common usage examples

Create a listener

php artisan make:listener SendShipmentNotification

Create listener for specific event

php artisan make:listener SendShipmentNotification --event=OrderShipped
Related Commands
You might also find these useful