Laravel 8 | Multi Language Websites With Laravel Route Groups |The Easiest & Efficient Way

preview_player
Показать описание
WE will learn how to build a laravel multiple language website. We are not going to use localization. Localization would time consuming. We are going to use Laravel route group for this purpose. Laravel Route Groups make it easy to build multiple language website.

Check out the tut for route groups

Check out how to build a Backend in 25 min

Complete Laravel Admin Panels
Рекомендации по теме
Комментарии
Автор

do you create 2 databases or different tables for languages within one database?

smonline
Автор

please can you explain all methods in this vsCode Dart Data Class Generator?
Features

The generator can generate the constructor, copyWith, toMap, fromMap, toJson, fromJson, toString, operator == and hashCode methods for a class based on class properties or raw JSON.

qrpehwd
Автор

Hi, you code make overhead in html code you dublicate it . why do you not use laravel/resources/lang/en and make also laravel/resources/lang/zh than do you can copy passwords.php and use one html . But i dont know what is the configuration exactly. i hobe you can follow.

Sebastian-zscp
Автор

mmmh...not complete, you need olso to set locale everytime you change the language, and in this way you have the view duplicated, instead using laraver traduction system...

CaligolaAndro