Libraries tagged by Laravel Casts
woodsandwalker/laravel-countries
1421 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.
snoeren-development/laravel-currency-casting
18352 Downloads
Cast currency attributes, stored as integer, to floats automatically.
rennokki/eloquent-settings
4180 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.
inspirum/xml
10137 Downloads
Simple XML writer and memory efficient XML reader with powerful xml-to-array cast
ghanuz/relations
3528 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
coder-at-heart/object-models
1945 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
floor9design/laravel-casts-uuid
4386 Downloads
A class for casting ramsey/uuid into laravel models
neuecommerce/model-casts
4203 Downloads
Some handy Laravel Eloquent model casts.
arandu/laravel-safe-json-cast
492 Downloads
A simple cast for Laravel Mui Admin Draft Js Plugin
sourceboat/laravel-enumeration
5039 Downloads
Simple, extensible and powerful enumeration implementation for Laravel, based on eloquent/enumeration.
qtlenh/laravel-strict-validator
609 Downloads
Add type constraints and coerce input types during validation
orkhanahmadov/eloquent-enum-cast
1681 Downloads
Enum cast for Eloquent
mohammedmanssour/file-cast
112 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
arthurydalgo/laravel-iso-countries
617 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.
okipa/php-data-sanitizer
8767 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.