Libraries tagged by laravel-model
matteomeloni/laravel-rest-ql
79 Downloads
A simple way, to be able to build a query into a Laravel model, through a http request
marksihor/laravel-filtering
6708 Downloads
Laravel model filtering
legodion/lucid
281 Downloads
Declare database migrations and factory definitions inside Laravel models.
langleyfoxall/laravel-redacted-model
210 Downloads
Laravel Redacted Model allows you to easily dynamically omit and redact fields from Laravel Models
kregel/warden
847 Downloads
Manage all your Laravel models with ease! (Comes with a built in RESTful api, and VueJS for model management)
kettasoft/booter
12 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
jrumbut/eloquent-memoize
7432 Downloads
Memoization for Eloquent (Laravel) Models
johannesschobel/laravel-revisionable
6251 Downloads
Makes Laravel Models revisionable
jinn/laravel
35 Downloads
Jinn for Laravel. Models, Migrations and API generator.
incraigulous/data-factories
433 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
ilbronza/addresses
60 Downloads
:Addresses feature for Laravel models
iferas93/historiable-model
3 Downloads
Laravel Model history tracking
hashemi/fireworks
67 Downloads
A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.
hareland/laravel-immutable-attributes
869 Downloads
Make laravel model attributes immutable
greenimp/laravel-date-range
18 Downloads
Easy handling of Laravel models that have a to / from date