hooshid/laravel-utils

A Elegant Utils for Laravel

0.4.0 2023-01-14 15:44 UTC

This package is auto-updated.

Last update: 2024-07-21 19:56:34 UTC


README

Latest Version on Packagist Software License Total Downloads

This is a utility package that provides some built in helpers and tools.

Install

Via Composer

$ composer require hooshid/laravel-utils

Setup

Add the service provider to the providers array in config/app.php.

'providers' => [
    Hooshid\Utils\UtilsServiceProvider::class,
];

If you are using Laravel's automatic package discovery, you can skip this step.

Change log

Please see CHANGELOG for more information what has changed recently.

License

The MIT License (MIT). Please see License File for more information.