Skip to content

Commit 067300a

Browse files
authored
Install barryvdh/laravel-debugbar (#37)
1 parent aba5670 commit 067300a

File tree

3 files changed

+154
-1
lines changed

3 files changed

+154
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"tightenco/ziggy": "^1.6"
1818
},
1919
"require-dev": {
20+
"barryvdh/laravel-debugbar": "^3.9",
2021
"fakerphp/faker": "^1.23",
2122
"laravel/pint": "^1.13",
2223
"mockery/mockery": "^1.6",

composer.lock

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

storage/debugbar/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)