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 is fillable attribute in a model?
Explain laravel service container?
How to use the custom table in laravel model?
What is a service supplier?
What are the three types of authentication?
Explain auth.
What is use in laravel?
How to get JSON Response on Laravel ?
In laravel, what is guarded attribute in a model?
How to localize resource uris in laravel?
What do you know about facades in laravel? Explain.
Where is route in laravel?
What is the use of db facade?
How to start and stop valet?
How to list all routes in laravel?