Skip to content

Commit

Permalink
build(deps): add debugbar (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Dec 13, 2024
1 parent b755f0a commit 553861b
Show file tree
Hide file tree
Showing 8 changed files with 1,047 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ AUTH_VERIFICATION_CODE_TTL=5

BCRYPT_ROUNDS=12

DEBUGBAR_ENABLED=true

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
Expand Down
55 changes: 44 additions & 11 deletions .phpstorm.meta.php

Large diffs are not rendered by default.

513 changes: 513 additions & 0 deletions _ide_helper.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"whichbrowser/parser": "^2.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14",
"barryvdh/laravel-ide-helper": "^3.0",
"fakerphp/faker": "^1.23",
"larastan/larastan": "^2.9",
Expand Down
154 changes: 153 additions & 1 deletion composer.lock

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

Loading

0 comments on commit 553861b

Please sign in to comment.