make listener
Creates a new Listener class. The --event flag, or -e in short, will include the event to listen for.
php artisan make:event SendItemAddedNotification --event=ItemAdded
copy
Creates a new Listener class. The --event flag, or -e in short, will include the event to listen for.
php artisan make:event SendItemAddedNotification --event=ItemAdded
copy