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
How to create real time sitemap.xml file in laravel?
How do I register a middleware?
How to retrive all requested data in laravel?
How to create route name in laravel 5?
What are the Advantages of Laravel ?
Explain how to retrive all requested data in laravel?
What is database migration. How to create migration via artisan?
What is namespace in php laravel?
List the applications supported by valet?
What is route parameters in laravel?
What is make method?
Where do you regiser service providers?
How to Redirecting to Controller Actions in Laravel ?
How to turn off crsf protection for specific route in laravel?
What is best backend framework?