What is meant by Forms in Laravel ?
Answer / rajani
Laravel provides various in built tags to handle HTML forms easily and securely.
All the major elements of HTML are generated using Laravel.
To support this, we need to add HTML package to Laravel using composer.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create & register a service provider in laravel 5?
What is Middleware Parameters ?
What is laravel used for?
What is laravel model?
In laravel, what is guarded attribute in a model?
How to get, set, distroy cookies in laravel?
How do you do dependency injection in laravel?
What are route parameters?
How can we create a record in laravel using eloquent?
What is x-csrf-token , how it is different from csrf tokens?
How can we get the user's ip address in laravel?
How to use custom table in laravel modal?