All the tools and services that improves and accelerate the Akeneo custom apps development.
composer require akeneo-presales/custom-app-essentials-bundle
- 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\TenantInterface
Interface on your Tenant Entity
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>
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>
see service class src/Service/GraphQLService.php
see service class src/Service/PubSubService.php