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
Explain laravel echo.
What is crud generator?
What are the Advantages of Laravel ?
What is Terminable Middleware ?
What is blade template engine?
How to Redirecting to Controller Actions in Laravel ?
How to enable maintenance mode in laravel 5?
What do you mean by tagging used in laravel 5?
How to do 301 redirects in laravel?
What are the advantages of using laravel?
Tell me does laravel support php 7?
List site types supported by homestead?
Explain request life cycle of laravel.
How to get, set cookies in laravel?
What are middlewares in laravel?