Looking to hire Laravel developers? Try LaraJobs

laravel-route-extends-macros maintained by juniorb2ss

Description
Utils macros to laravel route.
Last update
2016/10/10 20:54 (dev-master)
License
Downloads
13

Comments
comments powered by Disqus

Laravel Macros Extends

Laravel Versions Compatible Build Status Total Downloads Latest Stable Version Latest Unstable Version License Code Climate Test Coverage Issue Count

This package providers macros to extends Route

Installation

Begin by installing the package through Composer.

$ composer require juniorb2ss/laravel-route-extends-macros

Then add the following to your providers array in config/app.php.

Juniorb2ss\LaravelRouteExtendsMacros\RouteServiceProvider::class

Testing

$ composer test

Usage

See wiki.

Credits