Skip to content

Commit 9715c0d

Browse files
committed
adding laravel debugbar
1 parent 03ca4a0 commit 9715c0d

File tree

4 files changed

+163
-4
lines changed

4 files changed

+163
-4
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"tallstackui/tallstackui": "^2.0.0"
2020
},
2121
"require-dev": {
22+
"barryvdh/laravel-debugbar": "^3.15",
2223
"fakerphp/faker": "^1.23",
2324
"larastan/larastan": "^3.1",
2425
"laravel/breeze": "^2.3",

composer.lock

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

resources/views/dashboard.blade.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
</ul>
2020
<p>And also:</p>
2121
<ul class="ml-2 mt-2 list-inside list-decimal font-semibold">
22-
<li>Pest</li>
23-
<li>LaraStan</li>
24-
<li>Pint</li>
22+
<li><a href="https://github.com/barryvdh/laravel-debugbar" target="_blank">DebugBar</a></li>
23+
<li><a href="https://github.com/larastan/larastan" target="_blank">LaraStan</a></li>
24+
<li><a href="https://pestphp.com/" target="_blank">Pest</a></li>
25+
<li><a href="https://laravel.com/docs/pint" target="_blank">Pint</a></li>
2526
</ul>
2627
</div>
2728
</div>

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)