Looking to hire Laravel developers? Try LaraJobs

laravel-support maintained by xcopy

Description
Useful Laravel support utilities.
Last update
2026/03/24 12:04 (dev-main)
License
Downloads
70
Tags

Comments
comments powered by Disqus

Laravel Support

GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.