- Add the symfinity/recipes Flex endpoint to your project's
composer.json(see recipes README). - Install the themed stack the profiler decorates:
composer require symfinity/ui-kernel symfinity/ux-blocks-core symfinity/ux-blocks-extendedInclude UI Kernel head partials in your base layout — see ui-kernel quickstart.
composer require symfinity/ui-profiler --devThe 0.1 recipe applies:
| Step | Result |
|---|---|
| Bundle | Symfinity\UiProfiler\UiProfilerBundle registered for dev and test only |
| Config | config/packages/symfinity_ui_profiler.yaml copied from package defaults |
Requires symfony/web-profiler-bundle (pulled transitively in dev).
When Flex is unavailable:
composer require --dev symfinity/ui-profiler symfony/web-profiler-bundle- Register
Symfinity\UiProfiler\UiProfilerBundlefordevandtestonly inconfig/bundles.php - Copy
config/packages/symfinity_ui_profiler.yamlfrom the package into your project
php bin/console debug:config symfinity_ui_profilerSee Verification for WDT smoke checks.