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 is automatic injection in laravel?
Explain loggin in laravel.
What is homestead.yaml?
Tell us can laravel be hacked?
Do you know laravel eloquent?
What is laravel tinker?
Have you used lumen before?
Tell us how long have you been using laravel?
How to run a php file in laravel?
What is composer lock in laravel?
Explain dependency injection and their types.
Exceptions are handled by which class?