Skip to content

Commit

Permalink
Add PSR-15 middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jul 18, 2019
1 parent 6a021c9 commit 22968a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ $session = new MemorySession();

### PSR-15 middleware setup

For this example we use the [leage/container](https://github.com/thephpleague/container) package.

#### Configuration

Add your application-specific settings.
Expand All @@ -174,6 +172,8 @@ return [
];
```

For this example we use the [leage/container](https://github.com/thephpleague/container) package.

Add the PSR-15 middleware factory:

```php
Expand Down

0 comments on commit 22968a0

Please sign in to comment.