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 |
Please explain laravel query builder?
Why should I use laravel?
How to Redirecting to Controller Actions in Laravel ?
How facades are different from dependency injection?
What is composer in laravel php?
Do you know what is the latest version of laravel?
How to generate a controller with resources in laravel?
Tell me how to install laravel?
What is dependency injection laravel?
What are deferred providers in laravel?
What are the example of services?
What are policies?