Skip to content
27 changes: 27 additions & 0 deletions blueprints/symfony-package-radar/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Symfony Package Radar",
"description": "A PHP-only Symfony app that demonstrates attribute routing, autowiring, Twig, and HttpClient without downloading WordPress, Node.js, Sass, or an asset build step.",
"author": "adamziel",
"categories": ["Development", "Demo"]
},
"landingPage": "/symfony-package-radar/public/index.php",
"preferredVersions": {
"php": "8.4",
"wp": false
},
"features": {
"networking": true
},
"steps": [
{
"step": "unzip",
"zipFile": {
"resource": "bundled",
"path": "./symfony-package-radar.zip"
},
"extractToPath": "/wordpress"
}
]
}
Binary file added blueprints/symfony-package-radar/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading