Libraries tagged by Laravel Casts
arthurydalgo/laravel-iso-countries
2796 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.
rennokki/eloquent-settings
4221 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.
ghanuz/relations
4898 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
yonchando/laravel-cast-attributes
119 Downloads
Laravel model cast json columns to class object
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
57 Downloads
A simple and direct way of casting json objects to models
floor9design/laravel-casts-uuid
5036 Downloads
A class for casting ramsey/uuid into laravel models
yassinedabbous/laravel-file-cast
106 Downloads
Easily link your uploads with their db columns
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
brokeyourbike/country-casts-laravel
993 Downloads
Cast Laravel country code attributes from ISO3 to ISO2
atymic/laravel-dateinterval-cast
505 Downloads
vicgutt/laravel-auto-model-cast
1454 Downloads
Automatically cast model attributes based on database columns
slruslan/laravel-eloquent-custom-casts
160 Downloads
Provides Laravel Eloquent trait to enable custom class object casting.