alexander-a2 / symfony-admin-bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- doctrine/orm: ^3.3
- knplabs/knp-menu-bundle: ^3.5
- symfony/framework-bundle: ^7.2
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
Easy installation
- Add package to composer
$ composer require alexander-a2/symfony-admin-bundle
- 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