Skip to content

Commit

Permalink
added barryvdh/laravel-debugbar
Browse files Browse the repository at this point in the history
composer update
  • Loading branch information
jhuebel committed May 24, 2019
1 parent 1321ee4 commit e45a1ab
Show file tree
Hide file tree
Showing 4 changed files with 872 additions and 462 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,3 +13,4 @@ bower_components

# PHP CS Fixer cache
.php_cs.cache
storage/debugbar/
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,8 @@
"zizaco/entrust": "1.7.*",
"laravel/tinker": "^1.0",
"laravel/dusk": "^1.0",
"doctrine/dbal": "^2.9"
"doctrine/dbal": "^2.9",
"barryvdh/laravel-debugbar": "~2.4"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit e45a1ab

Please sign in to comment.