falcon758/phlexus-library-translations

2.1.0 2023-01-25 16:31 UTC

This package is auto-updated.

Last update: 2024-05-16 21:18:38 UTC


README

Translations library for Phlexus CMS.

Example of usage

use Phlexus\Libraries\Translations\TranslationFactory;
use Phlexus\Libraries\Translations\Database\Models\Page;
use Phlexus\Libraries\Translations\Database\Models\TextType;

(new TranslationFactory())->build('en-US')
                          ->setPageType(PAGE::DEFAULTPAGE, TextType::PAGE)