mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 06:06:19 +00:00
Update README.md
This commit is contained in:
@@ -4,3 +4,19 @@ php errors for cool kids
|
||||
[](https://travis-ci.org/filp/damnit)
|
||||
|
||||
-----
|
||||
|
||||
`damnit` is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty
|
||||
error interface that helps you debug your web projects, but at heart it's a simple yet
|
||||
powerful stacked error system.
|
||||
|
||||
## Basic Usage:
|
||||
|
||||
To use `damnit` with default settings, for a web project, simply create an instance and
|
||||
`register()` it:
|
||||
|
||||
```php
|
||||
|
||||
$damnit = new DamnIt\Run;
|
||||
$damnit->register();
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user