xcopy/laravel-support

Useful Laravel support utilities.

Maintainers

Package info

github.com/xcopy/laravel-support

pkg:composer/xcopy/laravel-support

Fund package maintenance!

xcopy

Statistics

Installs: 0

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-03-22 03:48 UTC

This package is auto-updated.

Last update: 2026-03-23 10:19:30 UTC


README

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.