Articles

Forget Strapi and Directus — Laravel Devs Deserve This Tool Instead

Forget Strapi and Directus — Laravel Devs Deserve This Tool Instead

If you’ve been around backend development for a while, you’ve probably used — or at least heard of — Strapi and Directus. Both are fantastic tools for building APIs and admin panels quickly, without reinventing the wheel every time.

Nov 05, 2025 Ferry 63 views
Building Master-Detail Relationships in CRUDBooster: A Complete Guide

Building Master-Detail Relationships in CRUDBooster: A Complete Guide

Ever found yourself needing to manage related data in your admin panel? Like categories and their subcategories, or customers and their orders? If you're using CRUDBooster, you're in luck! The Master-Detail (Sub Module) feature makes this incredibly straightforward.

Oct 31, 2025 Ferry 75 views
Intercepting Data Before and After Saving in CRUDBooster

Intercepting Data Before and After Saving in CRUDBooster

Hey everyone! If you've ever worked with admin panels, you know that sometimes you need to run custom logic right when a user saves a form. Maybe you need to generate a unique slug, send a notification, or log an action to an audit trail. Hacking the core logic is messy and a big no-no.

Oct 31, 2025 Ferry 80 views
Tutorial: Creating Charts with CRUDBooster Page Builder

Tutorial: Creating Charts with CRUDBooster Page Builder

Page Builder is a powerful feature in CRUDBooster that allows you to create custom module pages effortlessly. You can design your own layout, add various elements, and include charts—all with a simple drag-and-drop interface.

Oct 22, 2025 Ferry 165 views
Build a Custom Color Input Type in CRUDBooster

Build a Custom Color Input Type in CRUDBooster

Sometimes you need a field that feels tailor‑made — like a color picker for brand guidelines, themes, or status indicators. CRUDBooster supports custom input types with a clean, predictable structure. In this article, we’ll build `custom-color` that’s consistent, maintainable, and production‑ready.

Oct 21, 2025 Ferry 113 views