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 will you register service providers?
What are the default ports that are forwarded to your homestead environment?
How to enable the query logging?
In which directory controllers are kept in laravel?
What is an observer?
What is csrf protection?
Explain how to generate pretty urls in laravel?
What is a Terminable Middleware ?
How can we configure a mail-in laravel?
How to use insert statement in laravel?
Explain how to enable multiple php versions in homestead?
What is service container in laravel?
Laravle supports which databases?
What is the boot method?
Tell us can laravel be hacked?