Libraries tagged by laravel-models
five-say/laravel-model-ext-trait
55 Downloads
基于 trait 的 laravel 模型特性拓展:自动注册模型观察者;创建与更新数据前,自动校验请求数据。
fhusquinet/laravel-model-seoable
9 Downloads
Easily add seo meta data to your Eloquent model.
ferdinandbr/laravel-model-unique-field
3 Downloads
create a record with a unique field without worrying
farzai/laravel-model-settings
4 Downloads
Laravel model setting
fahedaljghine/laravel-model-test
234 Downloads
A package to create CRUD feature tests to eloquent models
fahedaljghine/laravel-model-note
508 Downloads
A package to enable assigning notes to Eloquent Models
endrika73/laravel-model
0 Downloads
Laravel Model with More PHPDocs
emresari89/laravel-model-meta
80 Downloads
Laravel Model Meta Options
emprove/laravel-model-caching
16 Downloads
Automatic caching for Eloquent models.
egeatech/laravel-models
3839 Downloads
A package to better handle database operations via Eloquent Models.
eab-dsvenss/php-laravel-model-generator
68 Downloads
Laravel model generator wrapper for generating models from db
dweineratl/laravel-model-abstraction-helper
4 Downloads
Not every Laravel model supports Doctrine. This is a helper to abstract getting column information from models
dottystyle/laravel-model-deep-delete
0 Downloads
Delete eloquent models together with its related models
dottwatson/laravel-model-meta
6 Downloads
A fast, configurable and smart tool to manage metat data on your models
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.