hubleto/erp-project

Production-ready Hubleto ERP.

Installs: 492

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

pkg:composer/hubleto/erp-project

0.28.3 2026-02-19 09:24 UTC

This package is auto-updated.

Last update: 2026-02-19 09:32:54 UTC


README

This is the repository for installation of production-ready Hubleto ERP. To install do following:

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

🌟 Enjoy Hubleto and star if you like it!

Use Hubleto in your projects

If you want to use Hubleto for your project and also need to develop your custom apps, you must tweak a little bit the folder created by composer create-project to setup the compilation process for Javascript and CSS files which contain the majority of Hubleto's user interface (check Hubleto's React-based UI library for more information).

Follow steps described below.

  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