Freelance Marketplace Script with PHP
-
Updated
May 23, 2018 - HTML
8000
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.
Freelance Marketplace Script with PHP
Jobable is a job recruitment platform built with Laravel 7 and VueJS
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.
This repository is designed to benchmark the performance of various PHP ORM packages.