Skip to content

myerscode/avail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avail

a helper package for Laravel 5

Install

You can install this package via composer:

composer require myerscode/avail

Usage

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.

Contributing

We are very happy to receive pull requests to add functionality to the helper classes. Please submit them to our specific utility library.

About

A helper package for Laravel 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages