Libraries tagged by laravel casting
mr-luke/settings-manager
31570 Downloads
Laravel 5 Package that provides settings manager with type casting.
lemax10/laravel-enums
1835 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
mo-masoud/laravel-enum
2025 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
bogordesaincom/laravel-enum-simple
1227 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
vicgutt/laravel-auto-model-cast
1452 Downloads
Automatically cast model attributes based on database columns
slruslan/laravel-eloquent-custom-casts
159 Downloads
Provides Laravel Eloquent trait to enable custom class object casting.
pannella/laravel-cti
4 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
omaralalwi/laravel-time-craft
60 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
oguzhankrcb/auto-casting-json-resource
1 Downloads
This Laravel package automatically casts your JsonResource data using the casting functions you have defined before.
mkd/laravel-state-management
6 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
tailflow/dto
176 Downloads
A simple and lightweight implementation of Data Transfer Objects (DTO) in Laravel with optional casting support.
yonchando/laravel-cast-attributes
71 Downloads
Laravel model cast json columns to class object
codewiser/laravel-enum-casting
15 Downloads
Casts set or array of enums
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.