letrunghieu / active

The helper class for Laravel applications to get active class base on current route
https://www.hieule.info/tag/laravel-active/
MIT License
414 stars 83 forks source link

Update ActiveServiceProvider.php to work with Laravel 5.2 #22

Closed vctrtvfrrr closed 8 years ago

vctrtvfrrr commented 8 years ago

The Router::matched injects RouteMatch object in Laravel 5.2. I made some adjustments to work with this.

letrunghieu commented 8 years ago

Thank you for this PR, I'll review it after fixing the unit tests.

letrunghieu commented 8 years ago

You can update the library version to 3.1.0, it works with both Laravel 5.1 and 5.2 now.