hooshid/laravel-utils is a Laravel package for a elegant utils for laravel.
It currently has 0 GitHub stars and 42 downloads on Packagist (latest version 0.4.0).
Install it with composer require hooshid/laravel-utils.
Discover more Laravel packages by hooshid
or browse all Laravel packages to compare alternatives.
Last updated
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.