juniorb2ss/laravel-route-extends-macros

v1.3 2016-10-10 18:00 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:25:25 UTC


README

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