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

Laravel 5.4 support #34

Closed vpratfr closed 7 years ago

vpratfr commented 7 years ago

In the current version, you still have a reference to app->share in your service provider.

I see that the development version is using the app->singleton method. Could you release an update to get compatibility with L5.4?

ninjaparade commented 7 years ago

@vpratfr update your composer dependency to dev-master and you should be fine.

https://github.com/letrunghieu/active/blob/master/src/ActiveServiceProvider.php#L43-L54

it has been updated to use $app->singleton

letrunghieu commented 7 years ago

I updated the version number to 3.4.0