Skip to content

Commit

Permalink
Added links for relevant doc elements
Browse files Browse the repository at this point in the history
Suggestions from @weierophinney in PR #43

Co-authored-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
asgrim and weierophinney committed Jun 10, 2020
1 parent 9912c15 commit 3655a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v3/features/container/simple-application-factory.md
Expand Up @@ -11,8 +11,8 @@ this method of instantiating the application assumes:
All you need to provide is:

- A container instance implementing `ContainerInterface`, for example
Laminas ServiceManager
- A router instance implementing `RouterInterface`, for example FastRoute
[laminas-servicemanager](https://docs.laminas.dev/laminas-servicemanager/)
- A router instance implementing `RouterInterface`, for example [FastRoute](https://docs.mezzio.dev/mezzio/v3/features/router/fast-route/)

You would then pipe the `RouteMiddleware`, `DispatchMiddleware`, and any other
middleware or request handlers that your application needs.
Expand Down

0 comments on commit 3655a6c

Please sign in to comment.