Libraries tagged by where has
dscmall/laravel-orm-hasin
2152 Downloads
Laravel framework relation has in implement
cmandersen/has-one-specific
6869 Downloads
Add a Laravel relationship where you can specify a set ID, instead of a dynamic relationship
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.
leofranca47/abstract-repository-eloquent-laravel
656 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
kunstmaan/voting-bundle
965 Downloads
A lot of sites enable users to vote or participate in actions where Facebook Likes are counted and rewarded. The KunstmaanVotingBundle was created to allow a faster setup of that kind of actions and will provide a backlog of votes your users casted. That way you can look for irregularities and automatically stop campains when their deadline has expired. It will provice support for votes on your site only but also for external social networks as Facebook so you can worry about you ideas and not how to implement it.
sunsgne/where-has
0 Downloads
Webman plugin sunsgne/where-has
puddings/laravel-where-has-in
24 Downloads
Laravel ORM whereHasIn
muratgorken/laravel-with-where-has-aggregate
9 Downloads
A package that ensures compatibility between the 'withWhereHas' method and the 'withAggregate' methods
y-lincoln/lumen-hasin
1122 Downloads
Laravel framework relation has in implement
nmggy/lumen-hasin
6 Downloads
Laravel framework relation has in implement
nmggy/laravel-hasin
5 Downloads
Laravel framework relation has in implement
homedoctor-es/eloquent-has-by-non-dependent-subquery
5 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
codemonkeyluffy/laravel-wherehasin
48 Downloads
Laravel ORM whereHasIn
rapide-software/sync-stack
9 Downloads
A package for creating and running synchronisations after a deploy, running only those which have not run yet, akin to migrations. Useful for CI/CD integration or multidatabase solutions where what has run before is not necessarily in sync across databases.