Libraries tagged by model cast
floor9design/laravel-casts-uuid
5029 Downloads
A class for casting ramsey/uuid into laravel models
somnambulist/attribute-model
3373 Downloads
Provides a base model that uses an internal array of attributes with type casting
ejetar/laravel-decimal-locale
6 Downloads
🔄 Cast your model attributes to the decimal format of another location.
sabbir268/laravel-filecaster
81 Downloads
A simple casting class for laravel model to handle file upload and retrieve
titasgailius/larastan-extended
64 Downloads
An opinionated Larastan extension. Automatically parse model's casts() method.
yonchando/laravel-cast-attributes
76 Downloads
Laravel model cast json columns to class object
syberisle/laravel-castable-archive
6 Downloads
Tool for casting a model field as bzip or gzip
kontoulis/laravel-attribute-model-casting
2 Downloads
A Laravel package enabling the use of native PHP attributes for defining and managing Eloquent model attribute casts.
atiksoftware/model-fill
22 Downloads
Laravel auto model cast and migration filler
laravel-macros/eloquent-insert-as-model
4 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
petitkoalak/eloquent-model-casting
519 Downloads
Added casting std class to specific model feature
laragrad/eloquent-model-pg-casts
21 Downloads
multisafepay/php-cast-json-models
9 Downloads
A simple and direct way of casting json objects to models
mistersaal/laravel-mongodb-embedded-models
19 Downloads
A more productive and simpler solution for embedding models in mongodb models than custom casts in Laravel.
gregoriohc/laravel-castable
176 Downloads
Laravel package that adds custom casts for models attributes