Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added laravel-debugbar support for development #410

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"laravel/framework": "~4.2",
"zizaco/confide": "~3.2",
"zizaco/entrust": "~1.2",
"bllim/datatables": "~1.3"
"bllim/datatables": "~1.3",
"barryvdh/laravel-debugbar": "~1.8"
},
"require-dev": {
"way/generators": "~2.6",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Laravel 4 Bootstrap Starter Site is a sample application for beginning developme
* [Entrust](https://github.com/zizaco/entrust)
* [Ardent](https://github.com/laravelbook/ardent)
* [Generators](https://github.com/JeffreyWay/Laravel-4-Generators/blob/master/readme.md)
* [laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)

## Issues
See [github issue list](https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site/issues) for current list.
Expand Down