修改 app/Listeners/SuccessfulLogin.php ,加入以下內容,讓事件觸發時更新API token。 public function handle() { $user = Auth::user(); ...
確定! 回上一頁