refactored

This commit is contained in:
Patrick 2014-09-14 20:10:37 +02:00
parent 53c4e1e618
commit b933d83595
4 changed files with 11 additions and 5 deletions

View file

@ -2,7 +2,9 @@
### Error Handler
The first package for the project will be an error handler that will provide you with nice errors. A nice error page with a lot of information for debugging goes a long way during development.
An error handler allows you to customize what happens if your code results in an error.
A nice error page with a lot of information for debugging goes a long way during development. So the first package for your application will take care of that.
I like [filp/whoops](https://github.com/filp/whoops), so I will show how you can install that package for your project. If you prefer another package, feel free to install that one. This is the beauty of programming without a framework, you have total control over your project.