2. IntroductionΒΆ

This is a tutorial & how-to for creating your first Admin classes using the AdminBundle. In this example, we’ll create the backend of a blog application.

The tutorial will explain how to define:

  • Entities
  • The routing
  • CRUD controller
  • The Admin class

Previous topic

1. Installation

Next topic

3. Defining Entities

This Page