polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

Laravel localization and translation helper

Results 5 polyglot issues
Sort by recently updated
recently updated
newest added

Do you have a plan to upgrade your package for laravel 5.4?

Just went to setup a new project with the package (dev-develop) and got this error > Call to a member function getUri() on null This is being caused by ```Route::current()->getUri()```...

I have a really simple setup, with two locales: `es`, `en`, being `es` the default one. I can access urls such as `example.com/blog` (default locale) or `example.com/en/blog` (English), but when...

Hi, Thanks for writing this package. After adding this package to my Laravel 4.2 project I tried to get this to work. I set up everything the way I think...

Hi. I've read through a bunch of forum posts and installation guide but can't figure out how to get the package working. I have a standard class `Cars` that extends...

docs