R
Size: a a a
R
AR
private function getSignedUrl($id, $email){
return URL::temporarySignedRoute(
'password.reset',
Carbon::now()->addMinutes(Config::get('auth.verification.expire', 60)),
[
'id' => $id,
'hash' => sha1($email),
]
);
}
public function verificationSend($user){
$user->notify(new VerifyEmail($this->getSignedUrl($user->id, $user->email)));
}
AR
password.reset
RT
R
MM
V
Log::warning()
на другой сервак?Storage::disk('ftp_log')
;V
V
V
JG
AK
AK
RT
AS
V
V
AK
AK
AK