WHAT YOU'LL LEARN
  • How to create groups using the Group Builder?

Overview
anchor

The Group Builder allows you to programmatically create code groups. Groups are used to organize and categorize your models, making it easier to manage and navigate through different types of content in the Admin UI.

By implementing the ModelGroupFactory interface, you can define groups with icons, names, and slugs. This is particularly useful when you need to create groups dynamically or as part of a plugin or extension installation process.

Code Example
anchor