Skip to content

Commit

Permalink
#3 exception handler (#4)
Browse files Browse the repository at this point in the history
* Use Tuppence ^1.1

* Small update to README

* Added boilerplate exception handler

* Added example error pages
  • Loading branch information
carbontwelve authored Apr 4, 2018
1 parent 63a66a4 commit d3ca5e9
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 259 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This boilerplate wraps [Tuppence](https://github.com/photogabble/tuppence) with

## Install

Install this project with composer `composer create-project photogabble/tuppence-boilerplate`
Install this project with composer `composer create-project photogabble/tuppence-boilerplate`.

For development you can use `php -S 127.0.0.1:3000 -t public` to serve your project locally on [http://127.0.0.1:3000](http://127.0.0.1:3000).

## PSR-7 Support

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=5.6.0",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"photogabble/tuppence": "^1.0",
"photogabble/tuppence": "^1.1",
"league/plates": "^3.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit d3ca5e9

Please sign in to comment.