hubleto/erp-project

Production-ready Hubleto ERP.

Maintainers

Package info

github.com/hubleto/erp-project

Homepage

Issues

pkg:composer/hubleto/erp-project

Statistics

Installs: 515

Dependents: 0

Suggesters: 0

Stars: 2

0.30 2026-04-14 10:39 UTC

This package is auto-updated.

Last update: 2026-04-16 05:10:50 UTC


README

Production-ready Hubleto ERP. Free to use, ready to be customized.

Getting started

cd YOUR_HUBLETO_ERP_FOLDER
composer create-project hubleto/erp-project . --no-dev
php hubleto init

This will install production-ready Hubleto ERP. You may now customize it by developing your Hubleto apps.

🌟 Enjoy Hubleto and star if you like it!

Install Hubleto React UI

We recommend you to use free Hubleto React UI library to develop rich data management features into your apps. Read more about Hubleto's React-based UI library.

Follow steps described below to install and use Hubleto React UI.

  1. Prepare assets and compile Javascript + CSS

    cd YOUR_PROJECT_FOLDER
    ./bin/prepare-assets.sh
    npm run build
    
  2. Initialize your Hubleto and create first custom app

    cd YOUR_PROJECT_FOLDER
    php hubleto init
    php hubleto create app MyFirstApp
    php hubleto create model MyFirstApp MyFirstModel
    php hubleto create mvc MyFirstApp MyFirstModel
    npm run build
    
  3. Test your new app

    Open Hubleto in your browser.

TIP FOR ADVANCED DEVELOPERS: If you want to learn more, check out Hubleto's powerful React-based UI library at https://www.npmjs.com/package/@hubleto/react-ui.

Support us

Hubleto is a community project and so it needs your help. We provide complete Hubleto code for free and maintain its development.

We will be very happy to get in touch with any company or individuals, willing to act as reseller or consultant.

Do not hesitate and contact us via LinkedIn or Reddit.

See also