Answer Posted / rajani
Authentication is the process of identifying the user credentials.
In web applications, authentication is managed by sessions which take the input parameters such as email or username and password, for user identification.
Laravel uses the following command to create forms and the associated controllers to perform authentication -
php artisan make:auth
The controller which is used for the authentication process is HomeController.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by boot & register method used in laravel 5?
What is name route in laravel?
What does valet park?
Is laravel good for api?
Explain laravel’s service container?
How install react js in laravel?
How does antiforgerytoken work?
Please explain laravel query builder?
How to enable maintaince mode in laravel?
What are pros and cons of using laravel framework?
What is laravel scout?
How to work with an Error in Laravel ?
How to clear cache in laravel?
What is double submit cookie?
How to work with Database in Laravel ?