Chapter 6 - Templates

Monofony uses Twig for templating.

For your admin panel, all templates for CRUD pages are already available.

Action Template path
Create templates/backend/crud/create.html.twig
Index templates/backend/crud/index.html.twig
Update templates/backend/crud/update.html.twig

To use these templates, read the documentation about configuring your routes.

Customization