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 176 public repositories matching this topic...

SneaksAvenue adalah platform e-commerce berbasis Laravel yang dirancang untuk menjual sepatu merek internasional. Dengan fitur-fitur seperti autentikasi pengguna, operasi CRUD untuk artikel. Dibangun dengan Laravel 11, SneaksAvenue bertujuan untuk merevolusi pengalaman belanja sepatu online.

  • Updated Jun 5, 2024
  • HTML

Сайт блог (OOP MVC patterns) Дипломный проект по курсу SkillBox разработчик PHP создание CMS. apsky-blog - адаптивный CMS сайт-блог на Bootstrap 4.x, с личным кабинетом пользователя, администрированием и другими возможностями CMS. {php, Mysql, ORM Eloquent, bootstrap, JQuery, Ajax}

  • Updated Sep 7, 2020
  • PHP
Followers
16 followers
Website
laravel.com/docs/eloquent

Related Topics

laravel moloquent orm