Skip to content

hooshid/laravel-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.