Libraries tagged by laravel-models
veneridze/laravel-model-types
313 Downloads
Set Custom type to Model
triun/laravel-model-base
6375 Downloads
Generate Eloquent Model Bases for Laravel
tmsllc/laravel-model-test
1153 Downloads
A package to create CRUD feature tests to eloquent models
tmsllc/laravel-model-note
1156 Downloads
A package to enable assigning notes to Eloquent Models
temistocle1998/laravel-model-tracker
9 Downloads
A Laravel package for tracking model changes, including old values, new values, and the user responsible for the changes
soyhuce/laravel-model-injection
9274 Downloads
Extended Model injection for Laravel
singlequote/laravel-model-seeder
676 Downloads
rbennett/laravel-model-encryption
1501 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
orkhanahmadov/laravel-model-settings
4538 Downloads
Laravel model settings for Eloquent
nolanos/laravel-model-typescript-transfomer
34 Downloads
Generate Typescript definitions for your Eloquent models
niefufeng/laravel-model-typescript
581 Downloads
transform laravel models to typescript interfaces
mrdth/laravel-model-settings
723 Downloads
Easy to use way to add settings to any Eloquent model
mouadziani/laravel-model-trackable
7 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait
mobilestock/laravel-model-affected-rows-verification
38 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
mill-hill-automation/laravel-model-watch
918 Downloads
Adds a model:watch command to poll the database for changes to Eloquent models