runroom/translation-bundle

此包已被废弃且不再维护。作者建议使用runroom-packages/translation-bundle包。

在Sonata Admin界面上管理翻译

2.1.0 2020-03-03 14:41 UTC

This package is auto-updated.

Last update: 2020-03-16 16:43:40 UTC


README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

ci qa

安装

打开命令行,进入您的项目目录,并执行以下命令以下载此包的最新稳定版本

composer require runroom/translation-bundle

启用Bundle

然后,通过将其添加到项目config/bundles.php文件中注册的Bundle列表中来启用Bundle

// config/bundles.php

return [
    // ...
    Runroom\TranslationBundle\TranslationBundle::class => ['all' => true],
];

更新Doctrine模式

最后,执行doctrine模式更新以创建新的表

console doctrine:schema:update --force

许可证

此包采用MIT许可证