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

Add installation support for Laravel 5.3 #32

Closed edbentinck closed 8 years ago

edbentinck commented 8 years ago

Now that Laravel 5.3 has officially been released, it would be awesome if this package could be updated to be installable in new projects.

Currently, running composer require hieu-le/active in a new Laravel project errors out with dependency failures.

Thanks, dude! 😃

letrunghieu commented 8 years ago

Hi,

I updated the composer.json file so that you can install this package with Laravel 5.3 now.

composer require hieu-le/active

If you cannot see the version 3.3.x is loaded, run this command

composer require hieu-le/active:^3.3

edbentinck commented 8 years ago

Awesome! It worked.

Thanks and keep up the good work 😃