Answers for "class [App\Http\Middleware\EnsureEmailIsVerified] does not exist when there is a file"

0

class [App\Http\Middleware\EnsureEmailIsVerified] does not exist when there is a file

Well first of all look at the namespaces:

namespace Illuminate\Auth\Middleware;

you should rename it to:

namespace App\Http\Middleware;
Posted by: Guest on November-17-2020

Code answers related to "class [App\Http\Middleware\EnsureEmailIsVerified] does not exist when there is a file"

Browse Popular Code Answers by Language