You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://sylius.com/assets/badge-approved-by-sylius.png" width="85" alt="Approved by Sylius">
15
+
</a>
16
+
</p>
13
17
</h1>
14
18
15
19
## About us
16
20
17
-
At BitBag we do believe in open source. However, we are able to do it just beacuse of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us working together, feel free to reach us out. You will find out more about our professional services, technologies and contact details at https://bitbag.io/.
21
+
At BitBag we do believe in open source. However, we are able to do it just because of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us working together, feel free to reach us out. You will find out more about our professional services, technologies and contact details at https://bitbag.io/.
18
22
19
23
## Overview
20
24
@@ -28,7 +32,7 @@ This plugin allows you to create new products by bundling existing products toge
28
32
composer require bitbag/product-bundle-plugin
29
33
```
30
34
31
-
1. Add plugin dependencies to your `config/bundles.php` file:
35
+
2. Add plugin dependencies to your `config/bundles.php` file:
32
36
33
37
```php
34
38
return [
@@ -38,7 +42,7 @@ This plugin allows you to create new products by bundling existing products toge
38
42
];
39
43
```
40
44
41
-
1. Import required config in your `config/packages/_sylius.yaml` file:
45
+
3. Import required config in your `config/packages/_sylius.yaml` file:
42
46
43
47
```yaml
44
48
# config/packages/_sylius.yaml
@@ -49,7 +53,7 @@ This plugin allows you to create new products by bundling existing products toge
0 commit comments