Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Creating a new project
Or setting up an existing Symfony project
Define installation paths for Wordpress
Go to your project root and edit the composer.json file :
Install the bundle
For applications that don't use Symfony Flex : Enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project
Metabolism\WordpressBundle\WordpressBundle::class => ['all' => true],
Last updated
Was this helpful?