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
What are the main features of laravel?
what is Restful Resource Controllers ?
How to generate application key in laravel?
Tell us what are advantages of laravel?
Explain what is valet?
What are the site types supported by homestead?
What is the use of the bootstrap directory?
What is a route?
What is gate in laravel?
Define composer.
Where can I learn laravel?
What is acl in laravel?
What is laravel eloquent?
What is meant by Attaching Cookies ?
What is the difference between print_r and var_dump?