Libraries tagged by Laravel Casts
dennisvandalen/laravel-iso-countries
474 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.
kodeas/currency
199 Downloads
A simple currency cast for Laravel
rennokki/eloquent-settings
4220 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.
coder-at-heart/object-models
2041 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
mkd/laravel-state-management
7 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
jarivas/laravel-cast-json-models
35 Downloads
A simple and direct way of casting json objects to models
floor9design/laravel-casts-uuid
5030 Downloads
A class for casting ramsey/uuid into laravel models
renoki-co/laravel-useful-casts
3579 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.
movor/laravel-custom-casts
172 Downloads
Make your own custom cast type for Laravel model attributes
devio/laravel-model-cast
29 Downloads
atymic/laravel-dateinterval-cast
505 Downloads
rvxlab/laravel-enum-cast
1037 Downloads
Enum casts for Laravel
vicgutt/laravel-auto-model-cast
1454 Downloads
Automatically cast model attributes based on database columns
think.studio/laravel-json-field-cast
131 Downloads
Cast json field to custom object.
slruslan/laravel-eloquent-custom-casts
160 Downloads
Provides Laravel Eloquent trait to enable custom class object casting.