Libraries tagged by model likes
flarone/laravel-favorable
417 Downloads
Laravel favorable package to like, dislike and favorite your models
teamteatime/laravel-counter
49 Downloads
A Laravel 5 package providing counting functionality on models, such as view counters or 'likes'.
turahe/laravel-likeable
420 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
thezeroday/laravel-likeable
751 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
rezaghz/laravel-reports
8 Downloads
Laravel reports package for implementing reports (eg: Spam,Violence,Child Abuse,illegal Drugs etc) on Eloquent models.
raza9798/core-modules
20 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
racashmoney/laravel-blockable
24 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'block' or 'ignore' feature.
pedro151/orm-generator
328 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
pascalvgemert/laravel-simple-search
127 Downloads
Simplistic search Trait for Laravel eloquent models which can handle relevance score sorting.
itbm/laravel-likeable
47 Downloads
Make Laravel Eloquent models Likeable & Dislikeable in a minutes!
heiheihallo/acquaintances
1465 Downloads
This is a clone of multicaret/laravel-acquaintances customized to our needs. With added dislike functionality. This light package, with no dependencies, gives Eloquent models the ability to manage friendships (with groups). And interactions such as: Likes, favorites, votes, subscribe, follow, ..etc. And it includes advanced rating system.
yoeunes/voteable
211 Downloads
This package helps you to add user based voting system to your model.
thomasjbradley/micromodel
33 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
rinvex/laravel-forms
949 Downloads
Rinvex Forms is a dynamic form builder for Laravel, it's like the missing gem, the possibilities of using it are endless! With flexible API and powerful features you can build almost every kind of complex form with ease.
pensoft/laravel-authz
47 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.