E
E
energimass2020-08-24 11:20:17
Laravel
energimass, 2020-08-24 11:20:17

How to do manual email verification in laravel?

Email verification on the site is done through mail using standard laravel tools, but it is necessary to be able to verify it in the admin panel without user intervention. I tried to just enter the date in the email_verified_at field - it does not help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jazzus, 2020-08-24
@energimass

Built-in method
$user->markEmailAsVerified();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question