I have the following lines of code
// Creates new password reminder token and deletes old one.
$token = app('auth.reminder.repository')->create($user);
The $token is then used to send an email and allow users to change their password.
In Laravel 5.8 the auth.reminder.repository does not exists.
In Laravel 4.x in was aliased to Auth\Reminders\ReminderServiceProvider
Need help figuring out how to update the code for Laravel 5.8.
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2RlTbv2
via IFTTT
Aucun commentaire:
Enregistrer un commentaire