alexander-a2/symfony-admin-bundle

dev-main 2025-02-06 05:36 UTC

This package is auto-updated.

Last update: 2025-03-06 05:48:54 UTC


README

Easy and customizable admin panel for symfony with:

  • Responsive admin dashboard template, based on Bootstrap 5 with no extra styles
  • All entities list with CRUD operations out of the box
  • Filtering by all fields, out of the box

Entity list

Easy installation

  1. Add package to composer
$ composer require alexander-a2/symfony-admin-bundle
  1. Add routes to route file ./config/routes.yaml:
admin: # any name could be used 
    resource: "@AdminBundle/Resources/config/routing.yml"
    prefix: /admin # any preferred path to admin panel

CRUD Example

Entity list Entity list Entity list