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
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"
composer test
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.