Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.17 KB

Laravel Utils

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.