An open API service indexing awesome lists of open source software.

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.

https://github.com/baethon/eloquent-searchable-scope

A dead-simple model scope used for searching

eloquent eloquent-models laravel scope search

Last synced: 13 May 2025

https://github.com/timolinn/previs

A simple food ordering application with admin dashboard.

dotenv eloquent illuminate-container illuminate-database phinx php

Last synced: 22 Mar 2025

https://github.com/pierrialexandervidmar/notes

Projeto Laravel Notes com ambiente Docker

blade docker eloquent laravel postgres

Last synced: 29 Mar 2025

https://github.com/dlhck/lararest

The simplest way to generate CRUD API routes for Eloquent models in Laravel.

eloquent laravel laravel-5-package rest-api

Last synced: 02 Mar 2025

https://github.com/jxpsert/nodequent

Laravel's Eloquent in Node

eloquent javascript laravel node nodejs

Last synced: 26 Mar 2025

https://github.com/shirokovnv/laravel-query-api-backend

Unified API for running queries with eloquent models from any http client

api backend eloquent laravel package query

Last synced: 12 Mar 2025

https://github.com/wesleybertipaglia/chirper

Chirper is a microblogging platform built on Laravel, inspired by the functionality of Twitter. It provides users with the ability to share short messages, follow other users, engage with content through likes and comments, and more.

eloquent laravel php project sqlite

Last synced: 11 Mar 2025

https://github.com/saip13/laravel-eloquent-sql-queries

Laravel all SQL Queries and Eloquent quires

eloquent eloquent-orm laravel queries sql

Last synced: 26 Mar 2025

https://github.com/brokeyourbike/uid-keys-laravel

A simple drop-in solution for providing UUID and ULID support for the IDs of your Eloquent models.

eloquent hacktoberfest laravel laravel-package laravel-packages php php8 ulid uuid

Last synced: 18 Mar 2025

https://github.com/quentingab/wodel

WordPress Post Model. Eloquent like syntax with wp database function.

eloquent model models wordpress wordpress-development

Last synced: 19 Jan 2025

https://github.com/labrodev/laravel-numberable

Numberable is a Laravel package that provides a reusable trait for automatically assigning a number to Eloquent models upon their creation.

eloquent eloquent-models laravel laravel-framework laravel-package php-library traits

Last synced: 30 Apr 2025

https://github.com/ngmy/laravel-ide-helper-eloquent

Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support `@mixin`.

autocompletion eloquent laravel

Last synced: 16 Mar 2025

Eloquent ORM Awesome Lists
Eloquent ORM Categories