Download the PHP package fenzland/laravel-helpers without Composer
On this page you can find all versions of the php package fenzland/laravel-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-helpers
Fenzland Laravel Helper
Some useful helper functions for laravel.
Usage
Step 1. Install with composer.
Step 2. Enjoy.
Functions
z()
If you dump something with dd(), the program will be terminated. Sometimes (or usually), that's not what we want. Instead of exit, z() will dump what you give and return it back. So you can dump values in your process without side effect.
routo()
Similar with route(), but smarter.
array_transposition()
Transposition a matrix, whitch is an array of some array with same structure.
License
All versions of laravel-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
fenzland/php-helpers Version ^1.0
illuminate/support Version >=5.0
illuminate/routing Version >=5.0
fenzland/php-helpers Version ^1.0
illuminate/support Version >=5.0
illuminate/routing Version >=5.0
The package fenzland/laravel-helpers contains the following files
Loading the files please wait ....