a helper package for Laravel 5
You can install this package via composer:
composer require myerscode/avail
Access a collection of helper methods for various types, which can be chained of tasks and property types, first pass a value you want to use to the utility objects.
$text = text('hello world');
See utilities-strings for available methods.
$number = number(69);
See utilities-numbers for available methods.
$bag = bag(['Hello', 'World']);
See utilities-bags for available methods.
We are very happy to receive pull requests to add functionality to the helper classes. Please submit them to our specific utility library.