Jetstream Laravel 8中LOGIN模型的文件在哪里

Where is the file of LOGIN model in Laravel 8, Jetstream

我需要在 laravel 8 和 Jetstream-Livewire 中编辑登录模型。我的问题是在 Larvel 8,Jetstream-Livewire 中 Login Model 的文件在哪里。

修改登录视图

Go to resources/views/auth/login.blade.php and modify to this.

如果您使用的是 Livewire 堆栈,您应该首先发布 Livewire 堆栈的 Blade 组件:

php artisan vendor:publish --tag=jetstream-views

接下来,您应该自定义位于

中的模型
resources/views/vendor/jetstream/components/dialog-modal.blade.php

Note: No models available for login in jetstream as default. But jestream has dialog model and confirmation models. Using that you can create your own registration and login models.