What is meant by Laravel - Authentication ?



What is meant by Laravel - Authentication ?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is name route in laravel?

0 Answers  


How to get JSON Response on Laravel ?

1 Answers  


How to use traits in laravel?

0 Answers  


What is make method?

0 Answers  


What is laravel orm?

0 Answers  


What is the use of accessors and mutators in eloquent?

0 Answers  


What is auth?

0 Answers  


Provide the steps to configure laravel application?

0 Answers  


Explain how to generate pretty urls in laravel?

0 Answers  


What is map function in laravel?

0 Answers  


Explain contextual binding and how does it work?

0 Answers  


Explain laravel contracts?

0 Answers  


Categories