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

List the applications supported by valet?

0 Answers  


What is meant by CRUD and explain each of it Operations ?

0 Answers  


List out common artisan commands used in laravel.

0 Answers  


How to generate urls from named named routes?

0 Answers  


What are seeds in laravel?

0 Answers  


What are route groups?

0 Answers  


Explain Events and Listeners ?

1 Answers  


How will you explain events in laravel?

0 Answers  


Is laravel secure?

0 Answers  


Explain laravel service container?

0 Answers  


how to create subdomain routing in laravel 5?

0 Answers  


How can we use the custom table in laravel?

0 Answers  


Categories