Skip to content

Commit

Permalink
Update README with flex information
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Jul 19, 2020
1 parent e015bf8 commit 097283e
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<p align="center">
<a href="https://monsieurbiz.com" target="_blank">
<img src="https://monsieurbiz.com/logo.png" width="250px" />
<img src="https://monsieurbiz.com/logo.png" width="250px" alt="Monsieur Biz logo" />
</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://sylius.com" target="_blank">
<img src="https://demo.sylius.com/assets/shop/img/logo.png" width="200px" />
<a href="https://monsieurbiz.com/agence-web-experte-sylius" target="_blank">
<img src="https://demo.sylius.com/assets/shop/img/logo.png" width="200px" alt="Sylius logo" />
</a>
</p>

Expand All @@ -24,35 +24,17 @@ By default it'll use the Semantic UI classes.

## Installation

<!--
**Beware!**

> This installation instruction assumes that you're using Symfony Flex.
-->
1. Require the plugin using composer

```bash
composer require monsieurbiz/sylius-alert-message-plugin
```

2. Copy the configuration and routing files:

```bash
cp -Rv vendor/monsieurbiz/sylius-alert-message-plugin/recipe/dev/config/* config/
```

3. Declare the plugin in your `config/bundles.php`:

```php
<?php
return [
// …
MonsieurBiz\SyliusAlertMessagePlugin\MonsieurBizSyliusAlertMessagePlugin::class => ['all' => true],
];
```

4. Generate & Run Doctrine migrations
2. Generate & Run Doctrine migrations

```
./bin/console doctrine:migration:diff
Expand All @@ -79,5 +61,5 @@ See [TESTING.md](TESTING.md).

## Contributing

You can open an issue or a Pull Request if you want! 😘
You can open an issue or a Pull Request if you want! 😘
Thank you!

0 comments on commit 097283e

Please sign in to comment.