codezero-be / laravel-localized-routes

⭐️ A convenient way to set up and use localized routes in a Laravel app.
MIT License
505 stars 46 forks source link

Register the UrlGenerator the same way Laravel does #2

Closed Skullbock closed 5 years ago

Skullbock commented 5 years ago

In recent versions, Laravel added a few changes to the url generator registration. Made the same changes here

ivanvermeyen commented 5 years ago

Excellent! Thanks! 👍

Skullbock commented 5 years ago

Glad to have been of help!