Libraries tagged by laravel cast attribute
brokeyourbike/enum-casts-laravel
58 Downloads
Cast attributes to Enum
sfneal/laravel-custom-casts
1693 Downloads
Make your own custom cast type for Laravel model attributes
spoorsny/laravel-south-african-id
7 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.
dejodev/laravel-multi-language-strings
9 Downloads
Laravel Package that adds a Multilanguage string class and an Attribute cast for adding language support to Models.
adelaide/laravel-fluent
30 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
diossystem/multicasting
455 Downloads
Multicasting for attributes of Laravel models. One attribute of a model can have many types.
miqo/laravel-models-camel-case
12 Downloads
Simply camelCase Laravel Model attributes and relationships
razorisuru/shopping-cart
9 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.
binary-cats/fireable-attribute-events
7 Downloads
Observe and trigger events based on attributes changes
mage2/attribute
676 Downloads
Mage2 Laravel E commerce - Attribute Module
yehia-abdullah/nova-froala-field
3 Downloads
A Laravel Nova Froala WYSIWYG Editor Field with some changes to handle images and files in case flexible attribute.
exxtensio/ecommerce-core
17 Downloads
Exxtensio eCommerce Core is a build for Laravel 11.x which includes all the necessary for your online store backend application.
mkd/laravel-fast-api
5 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.