Contains a few common helpers used in many projects.
minionfactory/common-helpers is a Laravel package for contains a few common helpers used in many projects..
It currently has 0 GitHub stars and 29.466 downloads on Packagist (latest version v1.2.0).
Install it with composer require minionfactory/common-helpers.
Discover more Laravel packages by minionfactory
or browse all Laravel packages to compare alternatives.
Last updated
A collection of things that go in the helpers file for various projects.
gen_uuid = Generates a unique ID in the format of: c2ce3a4d-e729-4d76-8af3-95a982fa5f62
showMoney = Does the same as asMoney, but has more configuration options and also shows the currency symbol.
asMoney = Converts a value to a double with two decimal points and no thousands separator.
dot_explode($array) = convert a dot based flat array to a multidimensional array.