Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.99 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.99 KB

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