How to work with Database in Laravel ?
Answer / 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 |
Does laravel support caching?
Is laravel easier than php?
What are the three types of authentication?
Tell me how do you do dependency injection in laravel?
What is a forget() ?
What is named route?
What is api php in laravel?
What is double submit cookie?
How to Assigning Middleware to Route ?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?
What is a Laravel - Ajax ?
What do you mean by laravel mix?