LaravelPackages.net
Acme Inc.
Toggle sidebar
hooshid/laravel-utils

A Elegant Utils for Laravel

42
0
0.4.0
About hooshid/laravel-utils

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

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.

Star History Chart