Files
faveo/vendor/bugsnag/bugsnag/example/php/README.md
2015-12-22 14:09:23 +05:30

15 lines
223 B
Markdown

- Install composer
<http://getcomposer.org/doc/01-basic-usage.md>
- Install bugsnag using composer
```shell
composer install
```
- Run the example script
```shell
php index.php
```