Libraries tagged by model meta
hedii/laravel-date-range
40549 Downloads
A date range trait with local scope methods for Laravel Eloquent models
styde/factory
8 Downloads
Generate and build model factories for Laravel using classes and methods instead of closures
chrisrhymes/policy-collect
6 Downloads
A Laravel Collection method to check a collection of models against a policy
blainesch/li3_unit
20 Downloads
Adds extra assert methods and simple ways to create models, controllers, and helpers.
zvermafia/lavoter
1077 Downloads
Voteable Polymorphic Eloquent Models for Laravel 5 without user authentication. This means that for the identification of the user, we will use the fingerprintjs2 instead of authorization on the site.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
cdma-numiscorner/ebay-inventory-api
1671 Downloads
The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.
matthewnw/laravel-metrics
11 Downloads
Create easy to use metrics and charts based on your Laravel Eloquent models using simple methods (count, sum, average etc.)
laravel-macros/eloquent-insert-as-model
4 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
igorwanbarros/custom-accessor-and-mutator
620 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
silverd/laravel-model-encryption
13 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
shirokovnv/model-reflection
51 Downloads
Package to reflect the properties and methods of the model
rpsimao/laravel-model-encryption
10 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
megahard/compliments-model
3 Downloads
Description of project Compliments-Model.
max13/base-model
58 Downloads
Base model, simply implementing magic methods