Libraries tagged by model cast
grummfy/eloquent-extended-cast-model
19 Downloads
This library help you to make more advanced cast to eloquent model.
renoki-co/laravel-useful-casts
3584 Downloads
Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
mjkhajeh/wporm-extra-casts
34 Downloads
Extra type casts for WPORM models, providing advanced validation and sanitization using WordPress functions.
g4t/model-studio
3 Downloads
Eloquent model studio for Laravel — generates models with relationships and casts from your migration files, and detects drift between your schema and existing models.
movor/laravel-custom-casts
172 Downloads
Make your own custom cast type for Laravel model attributes
sfneal/casts
60336 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
coder-at-heart/object-models
2041 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
ejetar/laravel-decimal-locale
6 Downloads
🔄 Cast your model attributes to the decimal format of another location.
khomerikik/eloquent-lens
25 Downloads
Visual dashboard for Laravel Eloquent models — see relationships, scopes, casts, policies, and complexity at a glance. No database queries.
sabbir268/laravel-filecaster
280 Downloads
A simple casting class for laravel model to handle file upload and retrieve
vanaboom/iso-countries
176 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.
oriolsegura/laravel-decimal
24 Downloads
Value Object to handle decimals in Laravel without losing precision and directly from Eloquent models.
erag/laravel-datetime-format
3 Downloads
Format Eloquent date and datetime values consistently across models, Blade, and APIs.
dennisvandalen/laravel-iso-countries
1438 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.
lemax10/laravel-enums
1908 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.