Libraries tagged by EloquentBuilder
noweh/eloquent-dual-database
5 Downloads
Custom Eloquent Builder for dual database.
lessmore92/eloquent-marshall
20 Downloads
Search and sort functionality for laravel eloquent builder
laravelcity/laravel-filter
24 Downloads
This package for filter eloquent builder
kazuki/laravel-where-like
3 Downloads
Add where like query to laravel eloquent builder.
crazybooot/laravel-mapped-model-fields
418 Downloads
Add Eloquent Builder and Relation methods to create and update Models previously map fields
chinleung/laravel-factory-builder
800 Downloads
A package to use factories like an Eloquent builder.
bjnstnkvc/builder-make-command
6 Downloads
Generate Eloquent Builder class for enhanced query building and model scope management.
sfneal/builders
6875 Downloads
Eloquent\Builder wrapper with extended functionality
laravel-macros/eloquent-insert-as-model
3 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.