Skip to content

Commit

Permalink
Add bundle declaration step in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Jul 19, 2020
1 parent 9a1e386 commit f358ef6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
return [
// …
MonsieurBiz\SyliusAdminBetterLoginPlugin\MonsieurBizSyliusAdminBetterLoginPlugin::class => ['all' => true],
];
```

4. Generate & Run Doctrine migrations

```
./bin/console doctrine:migration:diff
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f358ef6

Please sign in to comment.