Eloquent ORM topic
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.
eloquent-human-timestamps
Automatic human timestamps for Laravel Eloquent models.
query-filter
Define filters for your Eloquent models based on your request
laravel-friendships
This package gives Eloquent models the ability to manage their friendships.
eloquent-relativity
Allows you to decouple your eloquent models from one another.
eloquent-js-3e-zh
:book: [译] JavaScript 编程精解 中文第三版
schedule
Schedule is a package that helps tracking schedules for your models. If you have workers in a company, you can set schedules for them and see their availability though the time.
laravel-eloquent-filters
Advanced Laravel models filtering capabilities
laravel-query-inspector
The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters
laravel-eloquent-relationships
Add some more eloquent relationships to Laravel php framework. :couple: