📜  有文件时类 [App\Http\Middleware\EnsureEmailIsVerified] 不存在 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:06.061000             🧑  作者: Mango

代码示例1
Well first of all look at the namespaces:

namespace Illuminate\Auth\Middleware;

you should rename it to:

namespace App\Http\Middleware;