在 laravel jetstream 中禁用浏览器会话

发布时间:2021-02-25 10:20

我的 laravel 项目版本是 8.23 和 jetstream

PFA 图片如下

enter image description here

如何在急流中禁用这部分

回答1

在资源-> 视图-> 个人资料-> show.blade.php 文件

enter image description here

评论以下部分

enter image description here

回答2

如果您使用的是 Inertiajs 和 Vuejs 堆栈,则需要注释掉/删除 resources\js\Pages\Profile\Show.vue 中的以下行:

<logout-other-browser-sessions-form :sessions="sessions" class="mt-10 sm:mt-0" />

enter image description here

或者,如果您只想编辑组件的内容,您可以编辑位于此处的 LogoutOtherBrowserSessions.vueresources\js\Pages\Profile\LogoutOtherBrowserSessionsForm.vue