flavorly / laravel-helpers
A tool of tiny but useful Laravel Helpers that we use across our projects
v0.13.15
2026-03-26 02:18 UTC
Requires
- php: ^8.5
- laravel/framework: ^12|^13
- laravel/prompts: ^0.3
- league/iso3166: ^4.4
- spatie/laravel-data: ^4.20
- spatie/laravel-package-tools: ^1.93
- spatie/laravel-typescript-transformer: ^3.0
Requires (Dev)
- brick/money: ^0.11.0
- larastan/larastan: ^v3.9
- laravel/pint: ^1.29
- nunomaduro/collision: ^8.9
- orchestra/testbench: ^10.9|^11.0
- pestphp/pest: ^4.4
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- saloonphp/saloon: ^4.0
This package is auto-updated.
Last update: 2026-06-28 10:06:39 UTC
README
A small, yet powerful package that provides a set of helpers for your Laravel applications.
Helpers Provided:
EnumConcern- A trait that allows you to get list enums, translate enums, compare, etcContracts- Register service provider, Macros, Cache, etcData- Option Data
Installation
You can install the package via composer:
composer require flavorly/laravel-helpers
You can publish the config file with:
php artisan vendor:publish --tag="helpers-config"
Testing
composer test
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.