А
'title' => 'required|unique:posts|max:255',
'body' => 'required',
]);
пример с доков
Size: a a a
А
ПЛ
КД
А
КД
А
А
КД
КД
КД
IH
Password::sendResetLink(
$request->only('phone')
);
IH
Column not found: 1054 Unknown column 'email' in 'where clause' (SQL: select * from `password_resets` where `email`Что более чем очевидно потому что миграция переписана тоже на phone
А
IH
public function findForPassport($username) {
// some code
}
public function username()на всех возможных контроллерах имело меня ввиду
{
return 'phone';
}
IH
public function getEmailForPasswordReset()
{
return $this->phone;
}
public function sendPasswordResetNotification($token)
{
$this->notify(new ResetPassword($token));
}
А
А
IH
А
IH