[EasyAdmin] Add pretty admin URL routes (#1381)

* [EasyAdmin] Add pretty admin URL routes

The support for pretty admin URLs was introduced in EasyAdmin 4.14.0.

* Restore manifest.json

* Update manifest.json

* Update manifest.json
This commit is contained in:
Sébastien Lévêque
2025-02-26 11:22:01 +01:00
committed by GitHub
parent e81d606d97
commit 115dceecd3
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
easyadmin:
resource: .
type: easyadmin.routes

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}