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 |
How can you generate urls?
How to add csrf protection in laravel?
How to retrive/get current environment in laravel.
Where is the authentication configuration file is located in laravel?
What is meant by Implicit Controllers
How to serve sites on valet?
Can we assign multiple middlewares to a route.
What is a Terminable Middleware ?
How to get current url in laravel?
How to know laravel version?
What developed the laravel?
What is database seeding in laravel?