Create first app

Create first app

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

NEW FEATURE | You can now create app with CLI agent

 

Run following command in your project's root folder:

php hubleto app create HubletoApp\Custom\MyFirstApp

 

This will create default app with some functional examples.

An app is a custom class which extends from  \HubletoMain\Core\App class. Most simple implementation of the app is shown below.

An app is a basic functional element of Hubleto. And so, every functionality available in Hubleto is built in Hubleto apps.

It's realy easy to start developing Hubleto apps but before that check the list below if you have all things ready.

What you should know

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

For the frontend part, you should have experience with:

Download and install

Ready? Now, download and install your Hubleto.

Tutorial: How to create Hubleto app

Do you have your Hubleto running? Great!

Now, start this tutorial to learn how to create your first Hubleto app.

« Previous page
Install
Next page »
Create app loader and manifest
www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.