v0

Hello World app

An app is a basic functional element of Hubleto. Every functionality available in Hubleto is thus built using apps.

Install required dependencies

Before we start, check if you have necessary tools in plase. In your environment, you should have installed following:

When you'll be ready, continue with the following steps.

Create the app

1
Download and unzip latest Hubleto

Download latest Hubleto at  https://www.hubleto.com/en/download and unzip it into your project's folder.

2
Init the project

Init the project by running command on the right in your project's root folder.

php hubleto init
3
Create the app

Creating Hubleto app is as easy as running following command on the right in your project's root folder.

php hubleto app create \Hubleto\App\Custom\MyApp

Start developing Hubleto apps

Now you're ready to develop your own Hubleto apps.

For programming the backend part of your application, you should have experience with:

For the frontend part, you should have experience with:

www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.