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 1,098 public repositories matching this topic...
Use WordPress backend with Laravel or any PHP application
-
Updated
Aug 4, 2024 - PHP
Laravel Eloquent roles and abilities.
-
Updated
Jun 13, 2024 - PHP
Multilingual PHP CMS built with Laravel and bootstrap
-
Updated
Sep 28, 2023 - PHP
Making Eloquent models translatable
-
Updated
Jul 24, 2024 - PHP
An Eloquent Way To Filter Laravel Models And Their Relationships
-
Updated
Jul 9, 2024 - PHP
Reliese Laravel Model Generator
-
Updated
Sep 26, 2024 - PHP
Maps Laravel Eloquent models to Elasticsearch types
-
Updated
May 12, 2024 - PHP
A Laravel package for multilingual models
-
Updated
Oct 7, 2024 - PHP
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
-
Updated
Mar 9, 2024 - PHP
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
-
Updated
Oct 5, 2024 - Go
It's easy to work with a virtual wallet
-
Updated
Oct 31, 2024 - PHP
Multi-columns relationships for Laravel's Eloquent ORM
-
Updated
Jun 14, 2024 - PHP