How to work with Database in Laravel ?
Answer / nafees ahmad
Laravel has made processing with database very easy. Laravel currently supports following 4 databases -
1.MySQL
2.Postgres
3.SQLite
4.SQL Server
The query to the database can be fired using raw SQL, the fluent query builder, and the Eloquent ORM.
To understand the all CRUD (Create, Read, Update, Delete) operations with Laravel, we will use simple student management system.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are seeds in laravel?
Tell me what are pros and cons of using laravel framework?
how to create subdomain routing in laravel 5?
Explain laravel query builder?
What are service providers?
Tell me how to enable the query logging?
What is backend framework?
How do I start laravel in ubuntu?
What are redirect responses?
What are Uses While Using the properties of Request instance ?
What are service containers?
What is laravel quora?