Boilerplate and custom CRUD for Hubleto CRM

If you are CRM or ERP developer, experienced in PHP, you should have already heard about Hubleto. It is an opensource PHP-based CRM solution with a comprehensive set of features and modules in its ...

By · · 1 min read
Boilerplate and custom CRUD for Hubleto CRM

Source: DEV Community

If you are CRM or ERP developer, experienced in PHP, you should have already heard about Hubleto. It is an opensource PHP-based CRM solution with a comprehensive set of features and modules in its free community version. Here in this post, I will show how to easily create a boilerplate code and custom CRUD in a custom app (or module, if you wish). Simply follow these steps and in few minutes you will have working CRM with your custom code. Create Hubleto ERP project Run composer to install Hubleto: composer create-project hubleto/erp-project This will download the Hubleto's source code and all of its dependencies. Install it Go to the folder where you created the project and run: php hubleto init This will install the database and create a default configuration. You will need to answer several questions (in most cases the default values are enough). When done, your default Hubleto will be ready to use. Create a custom app In Hubleto, you can create unlimited number of custom apps. In t