akeneo-presales/custom-app-essentials-bundle
最新稳定版本:v1.0.31
Composer 安装命令:
composer require akeneo-presales/custom-app-essentials-bundle
包简介
Akeneo Custom Apps Multi tenant Service classes, Event platform management UI and more
README 文档
README
All the tools and services that improves and accelerate the Akeneo custom apps development.
Install
composer require akeneo-presales/custom-app-essentials-bundle
Configure
- Add a routing block in your symfony config/routes.yaml file
akeneo_presales_custom_app_essentials: resource: "@AkeneoPresalesCustomAppEssentialsBundle/Controller" type: attribute
- Implements the
AkeneoPresales\CustomAppEssentialsBundle\Entity\TenantInterfaceInterface on your Tenant Entity
Capabilities
Akeneo Event Platform Management web interface
A simple UI to ease the configuration of subscribers and subscriptions
- Add link to the Akeneo Event Platform management web interface :
<a href="{{ path('akeneo_presales_custom_app_essentials_event_platform_configuration') }}">Event Platform</a>
Akeneo UI Extensions Management web interface (WIP)
A simple UI to ease the configuration of the Akeneo UI Extensions (To Come)
- Add link to the Akeneo UI extensions management web interface :
<a href="{{ path('akeneo_presales_custom_app_essentials_ui_extension_index') }}">UI Extensions</a>
GraphQL Client
see service class src/Service/GraphQLService.php
PubSub Service
see service class src/Service/PubSubService.php
统计信息
- 总下载量: 543
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-03