aaronlord / laroute

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

Upgrade to laravel 6.0 #100

Closed v8-ict closed 4 years ago

v8-ict commented 5 years ago

Please add these, to allow people to upgrade to laravel 6.0

NTBYK commented 5 years ago

Please <3

vaanholtje commented 5 years ago

The package from Blue Dragon Laravel Routes: https://packagist.org/packages/bluedragon/laravel-routes supports Laravel 6.

They have created also a section in the readme on how to migrate from lord/laroute. https://gitlab.com/blue-dragon/laravel-routes#migrating-from-lordlaroute

v8-ict commented 5 years ago

I migrated to Blue Dragon as well, it was pretty painless migration, and the support / adoption from Blue Dragon is SuperB, however i did send in this PR anyway for if, someone wake's up another day.

Such i minor fix, can help many.

sergejostir commented 4 years ago

I suppose that the more "appropriate" way to specify Laravel requirements now would be: "^5.0|^6.0",

L5 branch is complete anyway, and L6 follows simver anyway.

a-kova commented 4 years ago

@aaronlord Can you please update what's the status of this repo. Waiting for 6.* support also

frekel commented 4 years ago

@aaronlord Can you please update and merge this MR?