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
How do I send 5 emails and a text message efficiently to newly registered users?
What is escape string?
How to check ajax request in laravel?
What is remember token in laravel?
What is a laravel model?
What are laravel’s contracts?
What is database migration. How to create migration via artisan?
Tell me how to use insert statement in laravel?
What do you mean by tagging used in laravel 5?
How to get cookies in laravel?
What is the use of fillable in laravel?
Explain how to redirect user with flashed session data in laravel?
What are some use valet commands?
How to retrive all requested data in laravel?
What are the types of service providers?