Libraries tagged by elequent
padosoft/laravel-sluggable
6359 Downloads
Generate slugs when saving Eloquent models
onramplab/laravel-custom-fields
2181 Downloads
An laravel package that enables custom field support for any Laravel models
onemustcode/query
24277 Downloads
It simply transforms the given filters, sortings and paging to a Doctrine or Eloquent query. Handy for interal usage or it can be used for API's.
okaybueno/laravel-repositories
15934 Downloads
A package that provides a neat implementation to integrate the Repository pattern in Laravel with Eloquent.
novius/laravel-publishable
3774 Downloads
A Laravel Eloquent model trait for publishable resource
netsells/hash-model-ids
24903 Downloads
Dynamically create a hash of an Eloquent model id value to avoid exposing a record's actual database id.
myerscode/laravel-taxonomies
4400 Downloads
A package for creating taxonomies and terms to categorise Eloquent models
mxp100/plastic
21870 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
mpyw/laravel-database-mock
3755 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
mostafaznv/nova-laracache
1871 Downloads
LaraCache Tool for Laravel Nova
minionfactory/model-mapper
18774 Downloads
Laravel extension. Wrapper for models and raw DB::select results to map one or more attributes to other models.
milito/query-filter
6932 Downloads
This is package to use query filter for each model. This package is made entirely for personal use. But if you are eager to use this, you can easily use this package by using readme. This is very simple and amateur :).
martinbean/laravel-sluggable-trait
47821 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
mannikj/laravel-sti
4611 Downloads
A single table inheritance trait for you eloquent models
littlebug/laravel-repository
3934 Downloads
The repository mode for laravel!