Libraries tagged by model cast
vkovic/laravel-custom-casts
339476 Downloads
Make your own custom cast type for Laravel model attributes
wendelladriel/laravel-lift
37698 Downloads
Take your Eloquent Models to the next level
konekt/enum-eloquent
1651362 Downloads
Enum attribute casting for Eloquent models
io238/laravel-iso-countries
47793 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
esensi/model
65978 Downloads
The base model traits of Esensi
waad/laravel-model-metadata
1007 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
woodsandwalker/laravel-countries
5131 Downloads
Laravel Countries is a bundle for Laravel providing ISO 3166_2 codes for all countries along with a country model, cast and validation rule.
cviebrock/eloquent-typecast
63487 Downloads
Trait for Eloquent models to force type-casting on retrieved values
based/laravel-fluent
13298 Downloads
Define model attributes the fluent way. Automatically cast properties to native types.
neuecommerce/model-casts
7236 Downloads
Some handy Laravel Eloquent model casts.
redcrystal/cast
22708 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
sfneal/casts
59671 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
joerucci/laravel-domain-tools
1586 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
mad-web/laravel-enum
136034 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
khairy/migration-model-sync
30 Downloads
Automatically sync Laravel models from migration files, including fillable, casts, and relationships.