Libraries tagged by laravel model fields
celxkodez/laravel-model-file-manager
31 Downloads
manage file upload on model fields
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
brainlet-ali/laravel-convert-timezone
100 Downloads
A minimal package to convert any model datetime fields from UTC to desired timezone.
tmsllc/laravel-extra-field
1490 Downloads
A package to enable assigning extra fields to Eloquent Models
neposoft/field-acl
99 Downloads
A laravel package to support acl on fields of your models
jeffersongoncalves/laravel-created-by
10 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
jcrodsolutions/laravel-user-stamp
98 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
coderello/laravel-virtual-fields
460 Downloads
Laravel virtual fields brings in virtual fields for Eloquent models.
rinvex/laravel-forms
950 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.
fieldstone/laravel-couchbase
15 Downloads
Couchbase w/ Eloquent and Query Builder for Laravel 5.8 and up
kduma/eloquent-encryptable
2074 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
laramore/laramore
1156 Downloads
Describe your table fields in the model and let Laravel the rest
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.
omaressaouaf/query-builder-criteria
77 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
typicms/translatablebootforms
2606 Downloads
Form model binding for translated fields, use BootForms and Translatable.