Answers for "target class [auth.api] does not exist. for middleware"

0

class [AppHttpMiddlewareEnsureEmailIsVerified] does not exist when there is a file

Well first of all look at the namespaces:

namespace IlluminateAuthMiddleware;

you should rename it to:

namespace AppHttpMiddleware;
Posted by: Guest on November-17-2020

Code answers related to "target class [auth.api] does not exist. for middleware"

Browse Popular Code Answers by Language