Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent
- Updated
Oct 17, 2019 - JavaScript
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.
Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent
A simple component for generating powerful grids with Laravel.
🔵 PHP e Laravel 9
Warning! Library migrated to vue-oop and is a part of it!
Projet GMI (Glossaire Multilingue Informatisé) pour PRJ5
The PHP framework is a custom-built solution aimed at enhancing code organization and promoting best practices in Object-Oriented Programming (OOPS) for PHP development. It offers a set of tools and features designed to streamline the development process and improve code maintainability.
I'm doing the exercises from the book "Eloquent JavaScript"
My solutions for Eloquent Javascript book written by Marijn Haverbeke :)
Solved exercices JavaScript Eloquent book. 💻
I developed this code for Chan3esTV website and we had plan to make it stronger. Unfortunately, TV has been shutted down after Iran's 2018 econimical downturn and recession. I've decided to publicize this project, because I developed it with love and perhaps, it would be useful for someone else.
Solving all exercises on eloquent javascript