Skip to content

Commit

Permalink
bdump
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Dec 13, 2016
1 parent d469415 commit 304457f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Instead, you may of course manually update your require block and run `composer
```json
{
"require": {
"recca0120/laravel-tracy": "^1.7.10"
"recca0120/laravel-tracy": "^1.7.13"
}
}
```
Expand All @@ -60,7 +60,6 @@ php artisan vendor:publish --provider="Recca0120\LaravelTracy\LaravelTracyServic
return [
'enabled' => env('APP_DEBUG') === true,
'showBar' => env('APP_ENV') !== 'production',
'useLavavelSession' => false,
'accepts' => [
'text/html',
],
Expand Down Expand Up @@ -104,6 +103,9 @@ Prefer PhpStorm, you can edit `config/tracy.php`'s key of `editor` like this:

## Debugger Bar

### Directive bdump
![Ajax](https://cdn.rawgit.com/recca0120/laravel-tracy/master/screenshots/bdump.png)

### Ajax Debugger Bar
![Ajax](https://cdn.rawgit.com/recca0120/laravel-tracy/master/screenshots/ajax.png)

Expand Down
Binary file added screenshots/bdump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 304457f

Please sign in to comment.