Tab: info

The Info tab contains the basic fields of the entity.

The entity key

The most important field is the entity key . Think of it as the slug of the entity. When you create a new entity, you should choose a singular noun as your entity key. So event, and not: events. When controllers are created by the builder, your entity key will be pluralized automatically, following the naming conventions of Laravel.

Other fields

  • Model class *

  • Controller *

  • Title

  • group *

  • menu parent

  • menu position

  • create resource routes

  • front authorisation

Last updated