hooshid / laravel-utils
A Elegant Utils for Laravel
0.4.0
2023-01-14 15:44 UTC
Requires
- php: >=7.4
- illuminate/support: >=6.0
README
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.