FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Boilerplate and custom CRUD for Hubleto CRM
How-ToProgramming Languages

Boilerplate and custom CRUD for Hubleto CRM

via Dev.to Tutorialshoki2h ago

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

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
0 views

Related Articles

The Dyslexic Learning Curve
How-To

The Dyslexic Learning Curve

Medium Programming • 1h ago

Stop chasing degrees.
How-To

Stop chasing degrees.

Medium Programming • 1h ago

You've Got $1,500 in Deel Credits. Here's How to Spend Them Before You Migrate to Papaya Global.
How-To

You've Got $1,500 in Deel Credits. Here's How to Spend Them Before You Migrate to Papaya Global.

Medium Programming • 2h ago

Self-Host and Tech Independence: The Joy of Building Your Own
How-To

Self-Host and Tech Independence: The Joy of Building Your Own

Lobsters • 2h ago

How to Save 20% on Crypto Trading Fees (Without VIP Status)
How-To

How to Save 20% on Crypto Trading Fees (Without VIP Status)

Dev.to Tutorial • 3h ago

Discover More Articles