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 |
Is laravel easy?
Explain how to install valet?
What are service providers?
How to create & register a service provider in laravel 5?
What is the use of in laravel?
Explain auth.
How to get, set cookies in laravel?
How to use traits in laravel?
Name databases supported by laravel.
What are the available router methods?
What is service provider in laravel?
What is name of first file that loaded in laravel?