Package Data | |
---|---|
Maintainer Username: | MisterPaladin |
Maintainer Contact: | e.min@milax.com (Eugene Min) |
Package Create Date: | 2017-01-31 |
Package Last Update: | 2017-02-13 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-17 03:03:09 |
Package Statistics | |
---|---|
Total Downloads: | 13 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Install package:
$ composer require misterpaladin/laravel-additional-helpers
Add MisterPaladin\LaravelAdditionalHelpers\HelpersProvider::class
in providers
array in app.php
file.
| Function | Reference | |:-----------|:---------| | path_unique | path_unique(string $path, integer $suffixLength=3) : stringGenerate unique filename for given path |