Answer Posted / 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 View All Answers
Explain collections in laravel.
What are route groups?
What do you mean by dusk used in laravel 5?
What is a Middleware Parameters ?
Why we use csrf token in laravel?
What are middleware groups?
How to check if value is sent in request?
How do I require authentication for a set of routes associated with a subdomain?
Tell me how do I see all of the routes that are defined?
What is named route?
How to generate application key in laravel? Why it is neccessary?
What is the use of blade?
What is Testability ?
Who are Manually Authenticating Users in Laravel ?
What are the differences between laravel and codeigniter?