Skip to content

Commit

Permalink
Merge pull request #35 from ucan-lab/feat-34-laravel-debugbar
Browse files Browse the repository at this point in the history
Add Laravel Debugbar
  • Loading branch information
ucan-lab authored May 6, 2024
2 parents 3384e14 + 4bf29c7 commit b65e3e8
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"laravel/tinker": "^2.9"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
"barryvdh/laravel-ide-helper": "^3.0",
"beyondcode/laravel-dump-server": "^2.0",
"fakerphp/faker": "^1.23",
Expand Down
154 changes: 153 additions & 1 deletion src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/storage/debugbar/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit b65e3e8

Please sign in to comment.