Libraries tagged by laravel attributes
zennit/abac
294 Downloads
Attribute-Based Access Control (ABAC) for Laravel
tochka-developers/jsonrpc-annotations
2425 Downloads
Default annotations/attributes for
testmonitor/eloquent-lockable
56 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
sleeping-owl/blade-extended
80 Downloads
Extension to add control directives attributes to your Blade templates (bd-foreach, bd-inner-foreach, bd-if, bd-attr, bd-class and other).
ponich/eloquent-traits
85 Downloads
Traits for laravel eloquent models
malyusha/path-history
1594 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
jaysson/eloquent_filefield
1750 Downloads
Automatically save files assigned to eloquent model attributes
dtisgodsson/elocrypt
721 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
davidmpeace/immutability
20473 Downloads
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.
concept24/select-category-attr-vals
140 Downloads
CMS Select Category Attribute Values field
bigsinoos/j-eloquent
4654 Downloads
Convert eloquent date attributes to jalali (Persian) dates on the fly. (supports model propery access, toJson, toString and toArray).
algoyounes/bindify
344 Downloads
Laravel Package Bindify is a package that helps you to bind your classes to the Laravel service container
cortex/pages
3232 Downloads
Cortex Pages is a frontend layer for an integral part of your Laravel content management system (CMS), it affords an easy, yet powerful way to create and manage pages with full control over their URLs, active status, titles, content, and other attributes.
isolution/meta-data
47 Downloads
This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.