Laravel Route Localization
Published on by Eric L. Barnes
Laravel already handles localization, and its filter system can make it quite easy to add content localization for any number of languages. This post will describe a simple approach to localization using route filters.
Seems like a reasonable approach to me.