Skip to content

Commit b156609

Browse files
committed
Added laravel stats package and enabled debugbar models
1 parent e81f90d commit b156609

File tree

4 files changed

+200
-6
lines changed

4 files changed

+200
-6
lines changed

app/Config/debugbar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'files' => false, // Show the included files
8080
'config' => false, // Display config settings
8181
'cache' => false, // Display cache events
82+
'models' => true, // Display models
8283
],
8384

8485
// Configure some DataCollectors

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@
3131
"socialiteproviders/twitch": "^5.0"
3232
},
3333
"require-dev": {
34+
"barryvdh/laravel-debugbar": "^3.2.8",
35+
"barryvdh/laravel-ide-helper": "^2.6.4",
3436
"facade/ignition": "^1.4",
3537
"fzaninotto/faker": "^1.4",
38+
"laravel/browser-kit-testing": "^5.1",
3639
"mockery/mockery": "^1.0",
37-
"phpunit/phpunit": "^8.0",
3840
"nunomaduro/collision": "^3.0",
39-
"laravel/browser-kit-testing": "^5.1",
40-
"barryvdh/laravel-ide-helper": "^2.6.4",
41-
"barryvdh/laravel-debugbar": "^3.2.8",
42-
"squizlabs/php_codesniffer": "^3.4"
41+
"phpunit/phpunit": "^8.0",
42+
"squizlabs/php_codesniffer": "^3.4",
43+
"wnx/laravel-stats": "^2.0"
4344
},
4445
"autoload": {
4546
"classmap": [

composer.lock

Lines changed: 192 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ These are the great open-source projects used to help build BookStack:
174174
* [Laravel IDE helper](https://github.com/barryvdh/laravel-ide-helper)
175175
* [WKHTMLtoPDF](http://wkhtmltopdf.org/index.html)
176176
* [Draw.io](https://github.com/jgraph/drawio)
177+
* [Laravel Stats](https://github.com/stefanzweifel/laravel-stats)

0 commit comments

Comments
 (0)