diff --git a/README.md b/README.md index 4fe0d74..902aa73 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,17 @@ By default it'll use the Semantic UI classes. cp -Rv vendor/monsieurbiz/sylius-alert-message-plugin/recipe/dev/config/* config/ ``` -3. Generate & Run Doctrine migrations +3. Declare the plugin in your `config/bundles.php`: + + ```php + ['all' => true], + ]; + ``` + +4. Generate & Run Doctrine migrations ``` ./bin/console doctrine:migration:diff diff --git a/screenshot.png b/screenshot.png index 1339f81..5243b9e 100644 Binary files a/screenshot.png and b/screenshot.png differ