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

Remove manual configuration #43

Closed lloricode closed 4 years ago

lloricode commented 4 years ago

This done with laravel 5.5

lloricode commented 4 years ago

https://github.com/letrunghieu/active/pull/36

Jamesking56 commented 4 years ago

I think it might still be beneficial to people running Laravel < 5.5

Maybe put a message like If you are using Laravel 5.5+, you do not need to manually register the ServiceProvider and Alias.