0 votes
in Laravel by
Name some Inbuilt Authentication Controllers of Laravel.

1 Answer

0 votes
by

Laravel installation has an inbuilt set of common authentication controllers. These controllers are:

  1. RegisterController
  2. LoginController
  3. ResetPasswordController
  4. ForgetPasswordController
...