-
Hi, I only can see my default language translated from validation.php, I change locale and it still getting the wrong validation file, and yes the locale of the app is being swaped because texts, rout…
-
Hi everyone,
I have install laravel localization by mcamara, so i followed getting started, so i have put this code on my api.php:
Route::group(['prefix' => LaravelLocalization::setLocale(),
],…
-
With mcamara/laravel-localization I was able to do that with
```php
Event::listen('routes.translation', function ($locale, $attributes) {
...
return $attributes;
});
```
And w…
-
To use this library on a local project, I want to add Turkish languıage file
-
I want to split the awesome-earth and "protect earth" out into their own repos, with awesome-earth being this simple markdown awesome list and protect earth just being all the logic for the Yellow Pag…
-
Hello there ! Im using laravel 5.4 and mcamara 1.3 and I am getting this error
Call to undefined method Mcamara\LaravelLocalization\Facades\LaravelLocalization::setLocale()
when i add LaravelLocali…
-
Use Laravel's Localization.
-
Hi guys,
I'm deploying my first laravel app with laravel-localization. Unfortunately, I am currently getting the error,
> Not Found
>
> The requested URL /en was not found on this server.
>…
-
Hi guys,
i am trying to generate an sitemap.xml with all my urls in all four different languages of my website. As i saw many of you have the problem that getLocalizedURL() does not translate corre…
-
**Laravel 5.2.**
I have URL: `http://localhost/foo/en/login`.
Its base path is `/foo`:
```
$base_path = $this->request->getBaseUrl();
// $base_path = '/foo';
```
When I try to create URL:
```
$ur…