aaronlord / laroute

Generate Laravel route URLs from JavaScript.
MIT License
796 stars 138 forks source link

Laravel 5.3 support? #40

Closed mits87 closed 8 years ago

mits87 commented 8 years ago

Hi,

is it possible support laravel 5.3?

Best Regards Peter

reecss commented 8 years ago

Support for Laravel 5.3 was added in v2.3.0

It looks like composer is targeting the 5.2 tag on Packagist by default though, so you'll have to explicitly require v2.3 in your composer.json

aaronlord commented 8 years ago

Which is very annoying. I must delete the damn thing three times a week.