Libraries tagged by Laravel Cast
neuecommerce/model-casts
6393 Downloads
Some handy Laravel Eloquent model casts.
proai/laravel-struct
1491 Downloads
A Laravel package for using structs with Laravel including attribute casting.
derheyne/laravel-collection-mapwithcast
85 Downloads
Automatically cast values in Laravel collections when using mapWithCast with typed closures.
mad-web/laravel-enum
136022 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
1972 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
oppytut/laravel-lift12
251 Downloads
Take your Eloquent Models to the next level
mohammedmanssour/file-cast
190 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
joerucci/laravel-domain-tools
171 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
dottedai/laravel-model-annotator
95 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
dennisvandalen/laravel-iso-countries
336 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.
arthurydalgo/laravel-iso-countries
1743 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.
thettler/laravel-console-toolkit
3827 Downloads
This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.
morningtrain/data-transfer-object-casters
2604 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
rennokki/eloquent-settings
4216 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.
okipa/php-data-sanitizer
8948 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.