web.php
use App\Events\Logined;
Route::middleware(['auth:sanctum', 'verified'])->get('/dashboard', function () {
event(new Logined());
})->name('dashboard');
mysql> select * from users;
LoginControllerがなくても、public const HOME = ‘*’; で処理すればいいだけね。
凄い悩んでたのに、一瞬で解決しました。