How to Connecting to Database in Laravel ?
Answer / surbhi
Configure the database in config/database.php file and create the college database with structure in MySQL.
Database: College
Table: student
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain fluent query builder in laravel.
What do you understand by reverse routing?
Explain me what is your favorite feature of laravel?
How to use delete statement in laravel?
What is a flush() ?
Tell me does laravel support caching?
Explain the concept of contracts in laravel.
Explain how to resolve class instance out of the container in laravel?
How to redirect form controller to view file in laravel?
What is reverse path multicasting?
Explain named routes in laravel?
What is method spoofing in laravel?