Libraries tagged by model likes
mohammadsalehnia/likeable
3 Downloads
Implementing a like system for laravel's Eloquent models.
leandroip/modelclass
4 Downloads
A class to implement PHP Models and handle basic MySql operations like insert, select, update, delete and perform search by keywords.
codingpaws/laravel-findby
3925 Downloads
Ruby-like findBy in your Laravel model queries.
alinemone/likeable
6 Downloads
Implementing a Like system for Laravel's Eloquent models.
zhenhai/laravel-rateable
122 Downloads
Allows multiple models to be rated with a fivestar like system.
lucasbrito-wdt/laravel-rateable
42 Downloads
Allows multiple models to be rated with a fivestar like system.
imagina/laravel-rateable
21 Downloads
Allows multiple models to be rated with a fivestar like system.
devfelipereis/laravel-rateable
24 Downloads
Allows multiple models to be rated with a fivestar like system.
chikeozulumba/laravel-rateable
2 Downloads
Allows multiple models to be rated with a fivestar like system.
appslankan/forum
8 Downloads
this package install basic forum models and migrations, models {auth,thread,post,thread_view,post_likes}
yiiman/yii-lib-metalib
77 Downloads
meta library for store your data in table like options,objects,strings and etc, that can related to another models
yevhenii/laravel-entity
0 Downloads
This package add useful commands to Laravel project, commands like creating repository, and creating all in one time controller, model, repository, migration
utipd/mysqlmodel
98 Downloads
A minimalistic manager for storing and retrieving MySQL rows as PHP models. Does not handle schemas. Does allow treating mysql rows like documents.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.
kunalkanani/maskable
1 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.