Dynamic localization | Laravel 10 Tutorial #43

preview_player
Показать описание
Dynamic localization | Laravel 10 Tutorial #43
On this episode, I cover how we can dynamically change the locale of our application

Playlist of Laravel 10 Tutorial Course :

Full Code on github:

Boots Watch :

Laravel debug bar:

HTML template Github Link:

What is Laravel :
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.

If you're looking to learn how to authenticate a user using Laravel 10, then this is the video for you! In this tutorial, In this tutorial, we'll create a simple registration form that users will be able to submit.

If you have any questions or problems please leave a comment.
Laravel Blade
Laravel crash course
Laravel Database and crud tutorial
Laravel Login and Authentication
Laravel form request
Рекомендации по теме
Комментарии
Автор

Thank you very much, my friend. I was cornered on this issue, and you helped me a lot with this. You explained it in a phenomenal way that was understood right away. Greetings from Chile!

wenasarpivlog
Автор

This is the best playlist to learn laravel. I would be excited if you create playlist for react-laravel lessons. Thanks,

natnaellegesse
Автор

Best explanation of Laravel I've seen so far. Thank you for the videos you make and I hope your channel develops and you upload more videos. It helped me a lot to understand Laravel, as I currently have a job interview to do where I need to make a site for uploading photos with an admin panel and users, and I will use your videos to create the functionalities. I have subscribed to your channels and I wish you much success! :)

dim
Автор

thanks for the code man, i watched every video form this series

ousssika
Автор

hi bro this is great series it's helping us please finish it as soon as possible. Eagerly Waiting for more videos.

Bhushans
Автор

Thank you for your course, it would be great if you teach how to change the application links and routing for a multi language website, I mean by changing the language the URL links changes too. Thanks

parhamenekas
Автор

Thanks for this great video. Are you going to cover any package for localization?

emrekapukaya
Автор

when is this course gonna finish ? still, there are a lot of videos coming ??

anasyasien
Автор

Thank you for your great effort 🙏🙏, I have a question please, ( app()->setLocale($locale); ) in the route function I don't understand why we use it here as the request will change and redirect to another route - as you said - with every request the locale will be reset, so is it enough to just put it in the session? I have tried without it and the logic is still working fine but I didn't got it well.

EmanAbuAlgoud
Автор

Please tell me how to implement content input in different languages ​​in the admin panel?

lovelaravel
Автор

Approx. How many more videos do you think will be needed to complete this course. I just started this course & I wanted to complete it and start working on projects after a month. I have worked on JS stacks (MERN, Next.js) before. So was wondering if this course will be complete in a month so that I can start working on projects in Laravel.

masudalimran
Автор

we can also use dark mode and light mode this way.

coreanbiz
Автор

Hi Matin!
I just have a little question!

I tried to register the SetLocale middleware globally, so the locale translation didn't work
But when we are registering it only in web routes it works
Why?

I hope I got a fast answer.
Thx again for the tutorials ;D.

Nozo_O_O