This is a utility package that provides some built in helpers and tools.
Via Composer
$ composer require hooshid/laravel-utils
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.
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.