Libraries tagged by attributed
lapsafe/extension-attributes
1195 Downloads
Extend Laravel Models with Defined Custom Attributes
landofcoder/module-product-attributes-graphql
3 Downloads
Magento 2 Product Attributes GraphQl extension
kwall/twig_link_attributes
414 Downloads
Patched version of contrib module with no maintainer.
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.
koempf/akeneo-show-attribute-codes-bundle
598 Downloads
Show attribute codes in product edit form
koempf/akeneo-attributes-to-variants-bundle
419 Downloads
Simple command to add an attribute to all family variants
kodventure/has-timezoned-attributes
1 Downloads
Automatically adds *_tz attributes to Eloquent models for timestamp fields, based on the user's or application's timezone.
kjmtrue/laravel-attributes
731 Downloads
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
killmails/relation-attributes
0 Downloads
Define Eloquent relationships using Attributes.
kda/laravel-attributes
59 Downloads
kampfq/metamodels_attribute_geocode
158 Downloads
Metamodels attribute for geocode with widget at backend
juliomotol/laravel-channel-attributes
7 Downloads
This is my package laravel-channel-attributes
judahnator/public-accessor-attribute
10 Downloads
A trait and attribute that provides read-only access to protected class properties.
jsolam/laravel-attributes
7 Downloads
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
joaoroyosilva/eloquent-nested-attributes
362 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.