laravel-support maintained by xcopy
Laravel Support
Useful Laravel support utilities.
Installation
composer require xcopy/laravel-support
Features
Enum Traits
- HasLabel – Generates human-readable labels from enum values
- HasValues – Returns array of all enum values
- HasChoices – Returns enum cases as value => label pairs for dropdowns
- HasStaticCase – Magic static method access using camelCase only
Eloquent Casts
- AsEmailString – Trims and lowercases email addresses
- AsModelClass – Casts to model class name
- AsTitledString – Converts to a title case
- AsTrimmedString – Trims whitespace
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.