codezero-be / laravel-localized-routes

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

Fallback locale #71

Closed tanerkay closed 1 year ago

tanerkay commented 1 year ago

Add backwards compatible support for a fallback locale.

This PR adds tests for the overridden route() helper and helps handle a case where the provided locale is not present in the supported locales. The original behaviour is maintained if a fallback locale is not provided.

ivanvermeyen commented 1 year ago

Thanks for adding yet another feature! You rock! 👍