fix some typos and link to a blogpost about middleware pattern

This commit is contained in:
lubiana 2022-04-30 20:59:05 +02:00
parent 3a402139b5
commit 33e7c08624
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,7 @@ actually solve for you.
This tutorial is based on the great [tutorial by Patrick Louys](https://github.com/PatrickLouys/no-framework-tutorial).
My version is way more opiniated and uses some newer PHP features. But you should still check out his tutorial which is
still very great and helped me personally a lot in taking the next step in my knowledge about PHP development. There is
also an [amazon book](https://patricklouys.com/professional-php/) which expands on the topics covered in this tutorial.
also an [amazing book](https://patricklouys.com/professional-php/) which expands on the topics covered in this tutorial.
## Getting started.