mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
* [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
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"bundles": {
|
|
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"aliases": ["admin-gen", "admin-generator", "admin"]
|
|
}
|