Libraries tagged by laravel-move
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.
kaxiluo/swagger-laravel-code-generator
25 Downloads
Automatically generate laravel models, resources, controllers, routes based on swagger documents
jrumbut/eloquent-memoize
7432 Downloads
Memoization for Eloquent (Laravel) Models
jorgeperaza2000/laravel-custom-fields
11 Downloads
Laravel Custom Fields is a package that allows you to add custom fields to any Laravel model and store responses to those fields on any Laravel model.
johannesschobel/laravel-revisionable
6251 Downloads
Makes Laravel Models revisionable
jinn/laravel
35 Downloads
Jinn for Laravel. Models, Migrations and API generator.
james322/has-nano-id-laravel
4 Downloads
A php trait to add nano id to laravel models.
incraigulous/data-factories
435 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
62 Downloads
:Addresses feature for Laravel models
iferas93/historiable-model
3 Downloads
Laravel Model history tracking
hippieua/laravel-sortablev2
10 Downloads
Trait to sort order in Laravel model
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
876 Downloads
Make laravel model attributes immutable
greenimp/laravel-date-range
19 Downloads
Easy handling of Laravel models that have a to / from date
gpapakitsos/laravel-traits
238 Downloads
A bundle of some useful Laravel Model/Controller traits