Libraries tagged by model cast
vkovic/laravel-custom-casts
320719 Downloads
Make your own custom cast type for Laravel model attributes
wendelladriel/laravel-lift
32948 Downloads
Take your Eloquent Models to the next level
konekt/enum-eloquent
1498193 Downloads
Enum attribute casting for Eloquent models
io238/laravel-iso-countries
44581 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
65666 Downloads
The base model traits of Esensi
waad/laravel-model-metadata
378 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
woodsandwalker/laravel-countries
3471 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
61279 Downloads
Trait for Eloquent models to force type-casting on retrieved values
based/laravel-fluent
12813 Downloads
Define model attributes the fluent way. Automatically cast properties to native types.
neuecommerce/model-casts
6295 Downloads
Some handy Laravel Eloquent model casts.
redcrystal/cast
22567 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
sfneal/casts
56586 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
dottedai/laravel-model-annotator
32 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
floor9design/laravel-casts-uuid
4982 Downloads
A class for casting ramsey/uuid into laravel models
rennokki/eloquent-settings
4216 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.