padam87 / admin-bundle
Symfony admin bundle.
Installs: 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/orm: ^2.3 || ^3.0
- knplabs/knp-paginator-bundle: ^5.0 || ^6.0
- padam87/form-filter-bundle: ^0.9
- symfony/framework-bundle: ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-10-24 22:06:52 UTC
README
This is the admin system I've been using for the past few years for my projects. I've decided to do some upgrades (inspired by easyadmin) and publish it, but I'm mainly doing this for myself, so that I don't have to maintain this package on a per project basis anymore. However, if the community likes it, I'm willing to put some time into it.
Why not easyadmin then?
EA is great. They are doing marvellous work, and if you just need an admin package for a front facing system, it should be fine. My clients mostly require backend heavy apps, so people mostly use the "admin" part, which lead me to conclude:
- EA's url structure is very ugly, and cannot be sufficiently customized.
- EA's filters are not the way I would do it
- I would rather not have specific JS plugins, css etc in the package. Themes can be published using separate repositories. The approach to themes should encourage DIY, instead of providing one.
Installation
TODO