Class 'App\Http\Controllers\Auth\Registered' not found Class 'App\Http\Controllers\Auth\Registered' not found laravel laravel

Class 'App\Http\Controllers\Auth\Registered' not found


use Illuminate\Auth\Events\Registered;


SOLUTION (import the namespace at the top of the Registercontroller, like below) use Illuminate\Auth\Events\Registered;