How to work with Database in Laravel ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

Does laravel support caching?

0 Answers  


Is laravel easier than php?

0 Answers  


What are the three types of authentication?

0 Answers  


Tell me how do you do dependency injection in laravel?

0 Answers  


What is a forget() ?

0 Answers  


What is named route?

0 Answers  


What is api php in laravel?

0 Answers  


What is double submit cookie?

0 Answers  


How to Assigning Middleware to Route ?

0 Answers  


How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?

0 Answers  


What is a Laravel - Ajax ?

0 Answers  


What do you mean by laravel mix?

0 Answers  


Categories