flavorly/laravel-helpers

A tool of tiny but useful Laravel Helpers that we use across our projects

v0.3.2 2024-06-20 13:58 UTC

This package is auto-updated.

Last update: 2024-06-20 13:59:16 UTC


README

Laravel Helpers ⚡

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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, etc
  • Contracts - Register service provider, Macros, Cache, etc
  • Data - 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="laravel-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.