0
votes

In Laravel 5.7 they have included a verification controller as part of email verification. I recently updated my application to 5.7, however,I cannot find the controller in that Http/Controllers/Auth/Directory.

I've already tried running the command PHP artisan make:auth but no controller was made when running this command.

Does anyone know where the controller could be or how I could generate one?

Thanks

Link: to authentication page Laravel https://laravel.com/docs/5.7/authentication

1

1 Answers