Libraries tagged by laravel-model
leandrodiogenes/laravel-drafts
4 Downloads
A simple, drop-in drafts/revisions system for Laravel models
laztopaz/laracrud
2 Downloads
This package is to help developers quickly create crud on laravel models.
larastuffs/primary-uuid
72 Downloads
Use UUID as primary key on Laravel Models
lapsafe/extension-attributes
1195 Downloads
Extend Laravel Models with Defined Custom Attributes
lanre/laravel-typescript
3 Downloads
Transform Laravel models into TypeScript interfaces
kunalkanani/maskable
2 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.
klips/dingoquerymapper
548 Downloads
Uses Dingo/API Request Query Parameters to filter Laravel Models
khamazaspyan/laravel-postgis
8 Downloads
Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models
khairy/migration-model-sync
0 Downloads
Automatically sync Laravel models from migration files, including fillable, casts, and relationships.
kha333n/crudmodule
7 Downloads
Basic CRUD Module for Laravel Models
kfirba/factor
8 Downloads
Short and expressive way to use Laravel's model factories.
kettasoft/booter
17 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
26 Downloads
Automatically generate laravel models, resources, controllers, routes based on swagger documents
jutia-dev/laravel-category
0 Downloads
Associate Laravel models to a category/categories
joydeep-bhowmik/laravel-media-library
13 Downloads
A laravel media library for associating files with laravel models