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 slug in laravel?
What is valet?
What are the databases laravel supports?
Why middleware is used in laravel?
What is csrf protection?
What does valet park?
Does laravel support php 7?
How to get current environment in laravel 5?
What service provider’s register method does?
Is it easy to learn laravel?
Which class is used to handle exceptions?
What version of laravel do you generally use?