Sidus/AdminBundle Demo

Action-based admin management with built-in routing generation for Symfony.

Browse the News datagrid example

What is this?

This demo wires together three small, focused bundles to build a full CRUD admin section from plain YAML configuration — no scaffolding, no generated controllers:

The News entity below is managed entirely through config/admin/News.yaml and config/datagrid/News.yaml.

Try it

  1. Open the News datagrid.
  2. Sort columns, filter by author, category, date or status.
  3. Create, edit, read and delete entries — all generated actions.
Create a News item