What is meant by Laravel - Authentication ?

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


Please Help Members By Posting Answers For Below Questions

How do I send 5 emails and a text message efficiently to newly registered users?

490


What is escape string?

546


How to check ajax request in laravel?

513


What is remember token in laravel?

510


What is a laravel model?

564


What are laravel’s contracts?

589


What is database migration. How to create migration via artisan?

504


Tell me how to use insert statement in laravel?

522


What do you mean by tagging used in laravel 5?

518


How to get cookies in laravel?

507


What is the use of fillable in laravel?

568


Explain how to redirect user with flashed session data in laravel?

521


What are some use valet commands?

535


How to retrive all requested data in laravel?

554


What are the types of service providers?

502