event
- The event class being listened for 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 class Requiredphp artisan make:listener [-e|--event [EVENT]] [--queued] [--test] [--pest] [--] <name>