Libraries tagged by laravel custom data
zachleigh/fake-better
20 Downloads
Faker provider to use more realistic fake data, extensive Laravel support.
gruz/remote-model
141 Downloads
An eloquent-like model, for the Laravel framework.
awema-pl/module-repository
63 Downloads
Implementation of repository pattern for Laravel. The package allows out-of-the-box filtering of data based on parameters in the request, and also allows you to quickly integrate the list filters and custom criteria.
awema-pl/module-form-builder
68 Downloads
A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
vuthaihoc/rapyd
591 Downloads
crud widgets for laravel, to make an admin in few lines of code(custom for my project only)
kobykorman/eloquentify
1 Downloads
Easily transform complex custom query results into fully hydrated hierarchical Eloquent models.
gluvia/searchable
4 Downloads
Eloquent model search trait. (custom)
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
robinboost/debugbar-doping
21 Downloads
Using this package you can add custom data to Laravel Debugbar.
funnelchat20/sanctum-token-cleaner
1 Downloads
Laravel Sanctum token cleaner with custom database connection
invento/backup
8 Downloads
A custom Laravel package for file and database backup.
notion/swaycookie
1 Downloads
A custom Laravel authentication package with Redis and database fallback for API authentication.
gaecamp/wp-quake
9 Downloads
WP plugin, it connects to gaecamp/laravel-quake instance, retrieve data via API and create custom quake wp-posts
janakkapadia/filterable
15 Downloads
Enhance your Laravel app with dynamic, customizable filtering for Eloquent models. This package provides an easy setup for multi-parameter filtering, custom logic, and relationship support—perfect for building flexible, data-driven features like admin panels and reports.
joshmoreno/nova-html-field
91393 Downloads
A Laravel Nova field for rendering custom html on index, detail, and forms.