Class "App\Http\Controllers\Auth\Verified" not found

Created at 03-Mar-2022 , By samar

Class "AppHttpControllersAuthVerified" not found

With this article, we will examine several different instances of how to solve the "Class "AppHttpControllersAuthVerified" not found".

I have got the solution for error Class "App\Http\Controllers\Auth\Verified" not found by importing the verified event Illuminate\Auth\Events\Verified after the namespace in the controller class in Laravel.
  • Import Illuminate\Auth\Events\Verified Event in Controller Class

    use Illuminate\Auth\Events\Verified;
    

    Add Verified Event after namespace in controller class.

    This code snippet is  working in my case. May it help you to get the solution for error in your case too.

Back to code snippet queries related laravel

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

Don't forget to share this article! Help us spread the word by clicking the share button below.

We appreciate your support and are committed to providing you valuable and informative content.

We are thankful for your never ending support.