Libraries tagged by laravel-model
rmoore/routable
16 Downloads
Generate routes for laravel models
reallyli/laravel-module-er-diagram-generator
169 Downloads
Generate ER diagrams from your Laravel models.
rawveg/model-validation
45 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
ratiborro/laravel-resource
0 Downloads
Generating Resources for Laravel models and model collections
raiika/laravel-single-image
0 Downloads
Easy image manipulation on Laravel Model
quankim/dynamodb
13 Downloads
DynamoDb wrapper for your Laravel model and helpers => fork from https://github.com/baopham/laravel-dynamodb
polarizetech/wixable
158 Downloads
Automatically imports data collection items from the Wix Headless CMS to your Laravel models
phishops/tswink
50 Downloads
Generate typescript classes from Laravel models.
phaza/laravel-norwegian-zip-codes
838 Downloads
Laravel models for Norwegian zip codes, municipalities and counties. Includes an artisan command to update data from the official authority.
pfrug/file-upload
7 Downloads
Trait to manage the upload images in laravel models
peartonlixiao/laravel-orm-tool
152 Downloads
laravel modelEloquent ORM
paulobunga/parkman-schema
1 Downloads
Generate Laravel model and migrations from Prisma Schema
paulkudr/laravel-uuid
9 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
paschaldev/eloquent-translate
27 Downloads
A package for translating Laravel models with ease.
parsadp/dingoquerymapper
45 Downloads
Uses Dingo/API Request Query Parameters to filter Laravel Models