You need to use this to generate an event class and handler
php artisan make:event MyEventClass
The command below will only generate the missing classes that are defined in the EventServiceProvider. So you can add all your events there before you even created them