hubleto/erp-project 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hubleto/erp-project

最新稳定版本:0.30

Composer 安装命令:

composer require hubleto/erp-project

包简介

Production-ready Hubleto ERP.

README 文档

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

统计信息

  • 总下载量: 521
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2025-08-27