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 are laravel facades?
Tell me how do you do dependency injection in laravel?
What is service container in laravel?
What is the difference between forget() and the pull() method ?
Explain binding a singleton?
What are the three service provider types?
How install react js in laravel?
What is meant by Modularity ?
What is a pull() ?
Please explain what are the main differences between laravel 4 and laravel 5.x?
What does valet park and link command do?
Is laravel good for ecommerce?
What is current stable version of laravel?
What is active record in laravel?
What is a laravel collection?