Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/likesistemas/eloquent-external

Usando o Eloquent sem nenhuma dependecia com o Laravel Framework.

eloquent eloquent-orm laravel-framework

Last synced: 31 Oct 2024

https://github.com/kyledoesdev/phonebook

Raw PHP Login System using Blade and the Eloquent ORM

blade eloquent php

Last synced: 12 Nov 2024

https://github.com/kekalainen/eloquent-concurrency

Race condition workarounds for concurrent *OrCreate method calls.

concurrency eloquent laravel

Last synced: 11 Nov 2024

https://github.com/qwandreea/storemote-dropshipping-app

The web application represents a custom management solution for a dropshipping system. It provides a frontend for publishing products from various suppliers, optimized browsing and search options for customers, possibility of making electronic payments and so on.

ajax bootstrap4 css eloquent html javascipt jquery laravel5 mysql paypal-rest-api php

Last synced: 11 Nov 2024

https://github.com/mitulmlakhani/laravel-mongodb

This repo is from jenssegers laravel-mongodb i have fixed some issues and merged commits for my personal project.

eloquent jenssegers laravel laravel54 mongodb monoquet orm

Last synced: 11 Nov 2024

https://github.com/wgtsantos/crud_php_laravel

CRUD criado com Laravel com permissões de acesso - Usuário Comum e Administrador

blade-template eloquent javascript laravel-framework php8

Last synced: 14 Nov 2024

https://github.com/mr-luke/privileges

Laravel 5 package that adds roles & priviledges to your application.

eloquent laravel-5-package privileges roles-management

Last synced: 11 Nov 2024

https://github.com/eric-souzams/hello-laravel

Repository where will guard all projects did with laravel

eloquent laravel laravel-framework laravel7 laravel8 php php7

Last synced: 11 Nov 2024

https://github.com/julianstark999/laravel-model-iid

A Laravel package to have an internal ID (displayable in the UI), that's unique in the scope of a relationship

eloquent eloquent-models iid iids laravel laravel-model laravel-model-iid laravel-package laravel8 php

Last synced: 31 Oct 2024

https://github.com/luis199230/eloquent-for-api

This package allow use models and relationships using resources of API how to entities.

eloquent eloquent-api laravel microservices

Last synced: 13 Nov 2024

https://github.com/curder/laravel-relationships-demo

Laravel 模型关联关系演示

eloquent laravel relationships

Last synced: 12 Nov 2024

https://github.com/ajcastro/laravel-custom-insert-model

Laravel model extension for custom-insert ids.

custom-insert-id eloquent laravel model

Last synced: 20 Oct 2024

https://github.com/codexshaper/php-database

Laravel database and eloquent for php project.

database eloquent migration orm php

Last synced: 30 Oct 2024

https://github.com/quentingab/wodel

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

eloquent model models wordpress wordpress-development

Last synced: 26 Sep 2024

https://github.com/marcosviniciusjau/grande-ideia-networking

Grande Ideia Networking in Laravel This repository contains the source code for a Laravel website that allows users to create, update, and delete events. The website uses a variety of technical features, including the Model-View-Controller (MVC) architecture, the Eloquent ORM, validation, and repositories.

blade eloquent laravel-framework php

Last synced: 05 Nov 2024

https://github.com/vinlock/articulate

Eloquent ORM inspired DB Interaction Framework for MongoDB

eloquent mongodb nodejs odm orm typescript

Last synced: 12 Nov 2024

https://github.com/sandeep-daffodilsw/laravel-model-validator

Easily define and manage validation rules directly within your Eloquent models, streamlining your code by avoiding clutter in controllers and eliminating the need for separate form request classes.

database eloquent eloquent-models laravel laravel-framework laravel-model-validator model model-validation php sandaffo sandaffo-laravel-model-validator sandeep-daffodil sandeep-daffodilsw validation

Last synced: 11 Oct 2024

https://github.com/hrithiqball/transtrack-system

Project to fulfill CSC577 - Software Engineering Theories & Principles

eloquent inertiajs laravel mysql oop php tailwindcss typescript vuejs

Last synced: 15 Oct 2024

https://github.com/yannx79/travel-booking-api

This project is a web API for a travel booking system using Laravel version 11. It will allow users to interact with travel data and functionalities.

apache api authentication authorization eloquent laravel mysql php sanctum testing

Last synced: 13 Nov 2024

Eloquent ORM Awesome Lists
Eloquent ORM Categories