Skip to content

Commit

Permalink
Added composer install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Ridewing authored and Nicklas Ridewing committed May 19, 2017
1 parent e3ed6ee commit fa9bc5b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -3,15 +3,21 @@
To setup:

1. Run


```
composer install
```

2. Add autoload to application by adding

```
"autoload": {
"psr-4": {"YOUR_NAMESPACE\\": "application/"}
}
3. Run
```

3. Run

```
composer dump-autoload

```

0 comments on commit fa9bc5b

Please sign in to comment.