Libraries tagged by laravel casting
yonchando/laravel-cast-attributes
86 Downloads
Laravel model cast json columns to class object
sabbir268/laravel-filecaster
81 Downloads
A simple casting class for laravel model to handle file upload and retrieve
lemax10/laravel-enums
1843 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
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.
pannella/laravel-cti
13 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
oguzhankrcb/auto-casting-json-resource
2 Downloads
This Laravel package automatically casts your JsonResource data using the casting functions you have defined before.
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
37 Downloads
A simple and direct way of casting json objects to models
tailflow/dto
186 Downloads
A simple and lightweight implementation of Data Transfer Objects (DTO) in Laravel with optional casting support.
ottosmops/settings
186 Downloads
A robust settings package for Laravel with caching, validation, and type casting
codewiser/laravel-enum-casting
15 Downloads
Casts set or array of enums
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.
churakovmike/laravel-form-typecast
1 Downloads
Laravel request form type casting
genealabs/laravel-two-way-attribute-casting
6 Downloads
Perform attribute casting when saving Eloquent models to the database.