wai-blue / hubleto-hello-world-app
Hello world app for Hubleto
dev-main
2025-08-05 07:07 UTC
This package is not auto-updated.
Last update: 2025-08-06 05:21:00 UTC
README
A hello world app for Hubleto.
This is the example how to develop and publish your external Hubleto apps.
External apps are standalone composer packages using HubletoApp\External\YourCompany\YourApp
namespace. To create such app, start with copying of this repository.
To install this app, first install your hubleto/erp
(see this guide). Then, in your project folder run:
composer require wai-blue/hubleto-hello-world-app
php hubleto app install HubletoApp\External\WaiBlue\HelloWorld
You will find the app under the Custom
button in the Hubleto sidebar.