MULT - Package for the Laravel framework to content manage with different languages.
For example, you can store pages in English, Russian, French, German and some another languages...
It is you who add new languages to your application.
All multilingual fields will be with a language postfix, as in example:
title_en
, description_en
, content_en
title_ru
, description_ru
, content_ru
, e t. c.
To manage the languages and content themselves, you need to create CRUD elements in your application by yourself.
This package provides:
Table structure example.
Main pages table:
Translate table:
Languages table: