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
Why composer is used in laravel?
How to launch vagrant box?
What is response in laravel?
Do you know laravel eloquent?
How to set configuration values in laravel?
Explain how to do subdomain routing in laravel?
What is route model binding?
Where is route in laravel?
How do I register a service provider?
How to bind a service container to a service provide.
Explain how to share sites with external world on valet?
What is bootstrap in laravel?
Which class is used to handle exceptions?
Tell me how do I see all of the routes that are defined?
What do you mean by make() method?