Skip to content
#

eloquent-orm

Eloquent is an ORM which is part of the Laravel framework. When using Eloquent, each database table has a corresponding “Model” that is used to interact with that table. Eloquent models are usually stored in app/Models and extend from Laravel’s model base class Illuminate\Database\Eloquent\Model. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.

Here are 16 public repositories matching this topic...

Clinic Manager Inventory System is a full-stack application built with Laravel + React that helps medical clinics manage their inventories efficiently across multiple locations. It simplifies stock management, supplier handling, invoice tracking, and inter-warehouse transfers, while ensuring role-based security and a user-friendly interface.

  • Updated Aug 21, 2025
  • JavaScript
Followers
20 followers
Website
github.com/topics/eloquent

Related topics

laravel moloquent orm