Hello, excellent video but have this problem with my code Symfony\Component\Debug\Exception\FatalThrowableError Class 'BaseController' not found. what is the problem ?
i did every thing in this tot and it's work 50% :D the locale is not changing ! what is the problem ? if i changed the locale from app.php the language is change , otherwise nothing happens thank you
Hi thank you for this great tutorial, i realise that i don't have filters.php in my views folder as you do in the tuto, i'm using laravel 5.5 i create the filters.php and i got this error Call to undefined method Illuminate\Session\Store::set() thank you fo your help
is Lang:::setLocale method thread safe ? I mean: what happen if 2 different clients make a request at the same time for example on the same page ? so Lang::setLocale set the app-lang globally or just on the current thread ? thank u
Is it possible to implement the same in laravel 5? We don't have filters in laravel 5. Tried creating a middleware and used the same in route.this isn't working.
Thanks Alex. More Laravel tutorials!
Awesome information and well presented! I'm using Laravel 5.6 at this time. Are these instructions still relevant or did they have change? Thank you.
Hello, excellent video but have this problem with my code
Symfony\Component\Debug\Exception\FatalThrowableError
Class 'BaseController' not found.
what is the problem ?
how I do it using href and not select it is possible , Can Help !
This is a little outdated but still usefull. Nobdy makes this kind of tutorials anymore. people are too busy with showing how to post something
i did every thing in this tot and it's work 50% :D
the locale is not changing !
what is the problem ?
if i changed the locale from app.php
the language is change , otherwise nothing happens
thank you
Hi thank you for this great tutorial, i realise that i don't have filters.php in my views folder as you do in the tuto, i'm using laravel 5.5 i create the filters.php and i got this error Call to undefined method Illuminate\Session\Store::set()
thank you fo your help
Very informative videos. Thank you Alex.
Btw:I like your pronunciation of 'Hallo' :D
Danke :)
How about in laravel 5.1
found it helpful , thank you
is Lang:::setLocale method thread safe ?
I mean: what happen if 2 different clients make a request at the same time for example on the same page ?
so Lang::setLocale set the app-lang globally or just on the current thread ? thank u
Great tutorial, but how can i change my route links in my url path, when locale is set, for example /about , /my-slug , link to the same page..
I'm not sure what you mean. Just create all the routes you need, the session and your filter will take care of the setting of the locale.
Is it possible to implement the same in laravel 5?
We don't have filters in laravel 5. Tried creating a middleware and used the same in route.this isn't working.
U fixed it somehow?
Thank you you help me in debug => 'true' in app.php