flavorly / laravel-helpers
A tool of tiny but useful Laravel Helpers that we use across our projects
v0.13.7
2024-11-21 10:34 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^11.8.0
- laravel/framework: ^v11.0.0
- laravel/prompts: ^0.1.25
- league/iso3166: ^4.3
- spatie/laravel-data: ^4.10
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-typescript-transformer: ^2.5
Requires (Dev)
- brick/math: ^0.12.1
- brick/money: ^0.9.0
- inertiajs-revamped/laravel: ^0.0.4
- larastan/larastan: ^v2.9.6
- laravel/pint: ^1.15
- nunomaduro/collision: ^v8.1.1
- orchestra/testbench: ^9.1.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.4
- saloonphp/saloon: ^3.0
- spatie/laravel-ray: ^1.36
- dev-main
- v0.13.7
- v0.13.6
- v0.13.5
- v0.13.4
- v0.13.3
- v0.13.2
- v0.13.1
- v0.13.0
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.0
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.3
- v0.0.2
- v0.0.1
This package is auto-updated.
Last update: 2024-11-21 10:34:36 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.