Libraries tagged by model cast
rinvex/categories
2830 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
monooso/base-model
71 Downloads
The world's simplest base model, with support for custom getters and setters.
tqt97/model-blog-laravel
10 Downloads
Create some model basic for blog: article, category, tag
spykapp/laravel-custom-fields
19 Downloads
Laravel Package for Managing Custom Fields for Each Model.
relbrer/laravel-cascade-soft-deletes
1 Downloads
Cascading deletes for Eloquent models that implement soft deletes
pop-wp-schema/custompostmeta
22 Downloads
WordPress-specific Custom Post Meta data model
mata/mata-category
2536 Downloads
Manages categories for Active Record models
ignacio/custom-gii
22 Downloads
Custom gii para generar model y crud en yii2
iatstut/laravel-cascade-soft-delete
6 Downloads
Cascading deletes for Eloquent models that implement soft deletes
guillermo-rod/laravel-custom-fields
1 Downloads
Creating custom fields for eloquent models has never been easier
guglielmoseminara/laravel-categorizable
3 Downloads
Implementing Nested-structure Hierarchy Categories system for Eloquent 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.
casperw/laravel-view-model-adaptor
284 Downloads
A view model adaptor to simplify the use of view model classes.
it-can/laravel-model-traits
375 Downloads
My custom Laravel 5.3+ model traits
yiister/yii2-custom-field
88 Downloads
This extension for yii framework 2 allows to attach custom field for any ActiveRecord model.