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 82 forks source link

Removing package() call for L5 support. #8

Closed valorin closed 9 years ago

valorin commented 9 years ago

Laravel 5 removed the package() function from Service Providers. Removing it seems to get this package back to full L5 support :-)

letrunghieu commented 9 years ago

Version 2.0.1 supports Laravel 5.

valorin commented 9 years ago

Awesome, thanks :-)