event
- The event class being listened for Optionalforce
- Create the class even if the listener already exists Optionalpest
- Generate an accompanying Pest test for the Listener Optionalqueued
- Indicates the event listener should be queued Optionaltest
- Generate an accompanying PHPUnit test for the Listener Optionalname
- The name of the listener Requiredphp artisan make:listener [-e|--event [EVENT]] [-f|--force] [--queued] [--test] [--pest] [--] <name>