mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01: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:
committed by
GitHub
parent
e81d606d97
commit
115dceecd3
@@ -0,0 +1,3 @@
|
|||||||
|
easyadmin:
|
||||||
|
resource: .
|
||||||
|
type: easyadmin.routes
|
||||||
9
easycorp/easyadmin-bundle/4.14/manifest.json
Normal file
9
easycorp/easyadmin-bundle/4.14/manifest.json
Normal file
@@ -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