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
Requires
- ddeboer/imap: ^1
- defuse/php-encryption: ^2
- dompdf/dompdf: ^3
- endroid/qr-code: ^6
- hubleto/assets: 0.28.*
- hubleto/erp: 0.28.*
- hubleto/framework: 0.28.*
- hubleto/pay-by-square-encoder: ^1
- phpmailer/phpmailer: ^6
README
This is the repository for installation of production-ready Hubleto ERP. To install do following:
cd YOUR_HUBLETO_ERP_FOLDERcomposer create-project hubleto/erp-project . --no-devphp 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.
-
Prepare assets and compile Javascript + CSS
cd YOUR_PROJECT_FOLDER ./bin/prepare-assets.sh npm run build -
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 -
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
- https://github.com/hubleto/erp - the 'main' repository for Hubleto
- https://developer.hubleto.com - developer guide for Hubleto
- https://help.hubleto.com - user guide for Hubleto
- https://www.hubleto.com - a presentation website
- https://community.hubleto.com - a discussion forum about everything related to Hubleto
- https://www.hubleto.com/demo - try demo
