Libraries tagged by laravel attributes
kalshah/laravel-validation-html-attributes
11 Downloads
Use laravel backend validation rules as html validation attributes.
brokeyourbike/country-casts-laravel
968 Downloads
Cast Laravel country code attributes from ISO3 to ISO2
salomoni/authorized-attributes
236 Downloads
Authorized Model Attributes for Laravel
mkd/laravel-fast-api
4 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.
stephancasas/blade-wants-attributes
10 Downloads
Provide all attributes (including irregular patterns) to Laravel Blade class components.
critiq/laravel-head-manifest
121 Downloads
Define your HTML head attributes in a manifest shared between Laravel and an SPA project so that robots crawling the page have access to up too path-specific metadata without requiring server side rendering on the SPA side
cortex/attributes
803 Downloads
Cortex Attributes is a frontend layer for the 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.
talandis/laravel-formatter
7467 Downloads
A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others. And supports @attributes in XML
spoorsny/laravel-south-african-id
6 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
open-southeners/laravel-model-status
200 Downloads
A very simple yet very integrated Laravel status package
olsgreen/laravel-auditable
29 Downloads
An easy to implement attribute audit log for Eloquent ORM in Laravel 4.X.
morimorim/laravel-cache-attr
52 Downloads
Attribute for cache
mkd/laravel-state-management
5 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
mits87/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.
meius/laravel-filter
25 Downloads
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.