starfruit/translator-bundle

Starfruit Translator Bundle

1.0.0 2025-06-25 09:03 UTC

This package is auto-updated.

Last update: 2025-06-25 09:17:04 UTC


README

Starfruit Translator Bundle

Installation

    composer require starfruit/translator-bundle
  • Update config/bundles.php file:
    return [
        ....
        Starfruit\TranslatorBundle\StarfruitTranslatorBundle::class => ['all' => true],
    ];

Setup steps

Full document