Just released Laralang, a simple and lightweight localization package for Laravel.
I know what you might be thinking: "Another one?" 😅 There are plenty out there. But after trying several over the years, I found most of them either too complex or requiring significant changes to routes or code. Simple API, minimal configuration, support for Ziggy and near-zero performance impact.
With Laralang, you can easily do:
* route('es.whatever'): Link to whatever route in the es (Spanish) locale.
* route('whatever'): Link to whatever route in the current locale.
github.com/edulazaro/laralang
