How to install pimcore-blade-fx
Open your Pimcore project
Install pimcore-blade-fx project using "composer require xiphias/pimcore-blade-fx"
Open bundles.php and add
Xiphias\Bundle\BladeFxBundle\PimcoreBladeFxBundle::class => ['all' => true],Execute bin/console pimcore:bundle:list in container
Add this variables to .env files with your values:
BLADEFX_API_USERNAME="" BLADEFX_API_PASSWORD="" BLADEFX_API_BASE_URL="" BLADEFX_API_ROOT_URL="
Execute bin/console assets:install