Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 553 Bytes

00_Installation.md

File metadata and controls

27 lines (20 loc) · 553 Bytes

Installation

1. Install via composer

Run the following command in your console to require the bundle.

composer require w-vision/wvision

And for the nightly build.

composer require w-vision/wvision:2.0.x-dev

2. Enable and install the bundle

To enable the bundle inside pimcore, there's a handy CLI command.

bin/console pimcore:bundle:enable WvisionBundle

Finally, the bundle can be installed with the following line.

bin/console pimcore:bundle:install WvisionBundle

Et voilà, you're done!