Libraries tagged by laravel-models
systemson/laravel-model-validations
597 Downloads
Add validations to Eloquent models
syehan/laravel-model-validation
495 Downloads
Model validation for Laravel application.
supercoolcode/laravel-model-cache
42 Downloads
auto caching mode db
saggre/laravel-model-instance
553 Downloads
Create new instances of Eloquent models with CLI
saad/laravel-model-images
223 Downloads
This library will make it easy to save and upload model images
robmellett/laravel-model-history
13 Downloads
A simple trait to add to your models so you can store CREATED and UPDATED differences
pimsolutions/laravel-model-generator
135 Downloads
Components for Laravel Framework code generation.
patressz/laravel-model-documenter
6 Downloads
A Laravel package for generating model documentation.
orobogenius/laravel-model-statable
9 Downloads
Add states to your laravel models.
niefufeng/laravel-model-typescript
849 Downloads
transform laravel models to typescript interfaces
mrcorex/laravel-model-generator
2135 Downloads
Auto-generate models for a Laravel 5 project.
mennovanhout/laravel-model-constants
411 Downloads
This package creates constants for column names, this can then be used instead of strings to reduce typo's errors and improve coding with your IDE
madnh/laravel-model-labels
3123 Downloads
Support get label of model's fields, from model::$labels property or Laravel's localization features
lukasss93/laravel-model-settings
300 Downloads
Model Settings for your Laravel app
light-speak/laravel_model_cache
72 Downloads
基于Redis的laravel模型数值缓存,可以减少并发修改对数据库的压力,减少数据库事务锁的使用