Posts containing the tag #database
GraphQL in Laravel Using Lighthouse
In modern web development, GraphQL has emerged as a powerful alternative to REST APIs due to its flexibility and efficiency.
- 3 months ago
- 510 Views
Laravel Cheat Sheet for Eloquent ORM
ORM (Object-relational mapping) is used to make database CRUD operations easier. Laravel comes with Eloquent ORM. This tutorial is created to provide some of the frequently used cheat sheet for Larave
- 5 years ago
- 10.8K Views