Libraries tagged by laravel cast attribute
brokeyourbike/money-casts-laravel
509 Downloads
Cast attributes to Money object
brokeyourbike/enum-casts-laravel
58 Downloads
Cast attributes to Enum
sfneal/laravel-custom-casts
1694 Downloads
Make your own custom cast type for Laravel model attributes
spoorsny/laravel-south-african-id
8 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
localdisk/cast-formrequest
1 Downloads
Cast FormRequest Attributes.
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.
dejodev/laravel-multi-language-strings
10 Downloads
Laravel Package that adds a Multilanguage string class and an Attribute cast for adding language support to Models.
adelaide/laravel-fluent
33 Downloads
Fork of based/laravel-fluent. Define model attributes the fluent way. Automatically cast properties to native types.
enriko/laravel-attribute-restrictor
12 Downloads
For Laravel. Easy way to restrict access to specified attributes in a Model
bedoya/has-data
3 Downloads
Trait to manage dynamic JSON fields in Laravel Eloquent models
diossystem/multicasting
457 Downloads
Multicasting for attributes of Laravel models. One attribute of a model can have many types.
erag/laravel-case-mapper-request
56 Downloads
Seamlessly integrate attribute-based case mapping into Laravel FormRequests — transform keys and remap validation errors effortlessly.
pixielity/laravel-attribute-collector
4 Downloads
A Laravel package that leverages composer-attribute-collector for attribute-based functionality. Enables developers to use PHP 8+ attributes to define routes, event listeners, scheduled jobs, and middleware directly in their code, which are then automatically registered with Laravel's systems during application bootstrap.
miqo/laravel-models-camel-case
13 Downloads
Simply camelCase Laravel Model attributes and relationships
razorisuru/shopping-cart
10 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.