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
List the default ports that are forwarded to your homestead environment?
What is the use of in laravel?
Where do you locate route files?
Explain few features of laravel?
Why use route?
What is laravel service container?
Explain laravel service container?
In laravel, what is fillable attribute in a model?
What is mvc in php laravel?
How will you explain homestead in laravel?
What is escape string?
How we can get user's detail when he is logged in using auth?
What do you mean by bundles?
Explain the service container?
What do you maen by method spoofing in laravel 5?