Libraries tagged by reuseable model
lolaji/laravel-controller-trait
87 Downloads
A reuseable controller trait for laravel controller
omaressaouaf/query-builder-criteria
77 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
widoz/wordpress-model
174 Downloads
Reusable models for your themes or plugins
a909m/filament-generate-helpers
46 Downloads
Effortlessly generate reusable form fields and table column helpers for Filament resources based on Laravel models, streamlining your development workflow.
jochemict/larasearch
3 Downloads
A simple and efficient Laravel package that adds flexible, reusable search functionality to your Eloquent models.
curly-deni/laravel-scopes
7 Downloads
A set of reusable Eloquent global scopes for controlling model visibility based on user ownership and public/private status, designed for seamless integration with Laravel authorization policies.
labrodev/laravel-uuidable
31 Downloads
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.
labrodev/laravel-translatable
0 Downloads
Laravel package providing a reusable trait for multilingual search in Eloquent JSON fields.
labrodev/laravel-trackable
4 Downloads
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
labrodev/laravel-numberable
3 Downloads
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
temperworks/laravel-filter-scopes
10 Downloads
Seperate model filters into reusable scopes that map into the right filters based on URL params.
arslanayoub/searchable-scope
3 Downloads
Reusable search scope trait for Laravel models with nested relation and priority support.
andrewdyer/view-presenters
58 Downloads
A clean, reusable solution for separating presentation logic from models and views in PHP applications
tijanidevit/query-filter
3 Downloads
A simple, expressive, and powerful Laravel package that provides dynamic Eloquent models filters with clean syntax. It helps build reusable, maintainable, and readable query logic in Laravel apps.
brouzie/specificator
0 Downloads
Framework for querying data from read model using Specification pattern. Allows building dynamic queries from reusable components (filters, sort orders, aggregations