mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[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:
@@ -0,0 +1,3 @@
|
|||||||
|
easyadmin:
|
||||||
|
resource: .
|
||||||
|
type: easyadmin.routes
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"aliases": ["admin-gen", "admin-generator", "admin"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user