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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ This is a collection of known design patterns and some sample code how to implem
9
9
10
10
I think the problem with patterns is that often people do know them but don't know when to apply which.
11
11
12
+
## Installation
13
+
You should look at and run the tests to see what happens in the example.
14
+
To do this, you should install dependencies with `Composer` first:
15
+
16
+
```bash
17
+
$ composer install
18
+
```
19
+
20
+
Read more about how to install and use `Composer` on your local machine [here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
21
+
12
22
## Patterns
13
23
14
24
The patterns can be structured in roughly three different categories. Please click on the [:notebook:](http://en.wikipedia.org/wiki/Software_design_pattern) for a full explanation of the pattern on Wikipedia.
0 commit comments