almaviacx/ibexatranslationuibundle
Composer 安装命令:
composer require almaviacx/ibexatranslationuibundle
包简介
This bundle allows to import translation files content into the database and provide a GUI to edit translations.
关键字:
README 文档
README
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles
Documentation is available in this repository via .md files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/2FABundle/README.md.html
This bundle integrate the UI provided by https://github.com/lexik/LexikTranslationBundle/tree/v6.0 into the Ibexa Admin UI.
Installation
Requirements
- Ibexa 5
- PHP 8.3
Use Composer
Add the lib to your composer.json, run composer require almaviacx/ibexatranslationuibundle to refresh dependencies.
Register the bundle
Then inject the bundle in the config\bundles.php of your application.
return [ // ... Lexik\Bundle\TranslationBundle\LexikTranslationBundle::class => ['all' => true], AlmaviaCX\Bundle\IbexaTranslationUiBundle\AlmaviaCXIbexaTranslationUiBundle::class => [ 'all'=> true ], ];
Add routes
Make sure you add this route to your routing:
# config/routes.yaml lexik_translation_edition: resource: "@LexikTranslationBundle/Resources/config/routing.yml" prefix: /translations-ui
Configuration
Follow the lexik translation bundle documentation : https://github.com/lexik/LexikTranslationBundle/blob/v6.0/Resources/doc/index.md
almaviacx/ibexatranslationuibundle 适用场景与选型建议
almaviacx/ibexatranslationuibundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 13.2k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 07 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「i18n」 「translation」 「bundle」 「ibexa」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 almaviacx/ibexatranslationuibundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 almaviacx/ibexatranslationuibundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 almaviacx/ibexatranslationuibundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Easy to use i18n translation PHP class for multi-language websites
A custom URL rule class for Yii 2 which allows to create translated URL rules
2lenet/EasyAdminPlusBundle
The bundle for easy using json-rpc api on your project
A Laravel Eloquent model trait for translatable resource
Provide a way to secure accesses to all routes of an symfony application.
统计信息
- 总下载量: 13.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-19