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 |
Tell us do you have any experience with lamp?
Tell me why laravel over other php frameworks?
Explain how to resolve class instance out of the container in laravel?
How does the ioc (inversion of control) container work?
What is laravel homestead?
What are the operations perfom while Connecting the Database ?
Explain dependency injection?
What is database migration. How to create migration via artisan?
What is an api route?
Explain how to create a controller in laravel?
What are the advanced features of laravel 6.0?
Explain the types of dependency injection?