alexander-a2/symfony-admin-bundle

dev-main 2025-04-29 18:42 UTC

This package is auto-updated.

Last update: 2025-04-29 18:42:53 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: 
    resource: "@AdminBundle/Resources/config/routing.yml"
    prefix: /admin
    name_prefix: admin_

# override default admin index page
admin_index:
    path: /admin
    # set your controller::action here
    controller: App\Controller\Admin\AdminController::indexAction

CRUD Example

Entity list Entity list Entity list