Skip to content

Tags: omegatari/laravel-debugbar

Tags

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix storage name when creating the storage instance (barryvdh#1143)

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "array to string conversion" in 3.5.0 (barryvdh#1102)

This commit broke the debugbar: barryvdh@51c8ea3#diff-8a2d53e88e43b04de0cc4f64882d91feR63 since sprintf() uses multiple arguments, it doesn't accept an array of arguments.

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Override sf-dump colors in Dark Mode

v3.4.2

Toggle v3.4.2's commit message
Override sf-dump colors in Dark Mode

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update laravel-debugbar-dark-mode.css

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add dark mode (barryvdh#1074)

* Add dark mode

* Add a new config option to control dark mode. Supported modes: auto, dark, light
Optimize dark mode css

* Implement dark mode using multiple css files

* Add Dracula theme for HighlighJS

Based on https://github.com/dracula/highlightjs/blob/master/dracula.css

* Update laravel-debugbar-dark-mode.css

Co-authored-by: Barry vd. Heuvel <[email protected]>

v3.3.3

Toggle v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat Livewire like Ajax requests

Should render livewire requests like normal XHR requests

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add badge to Model Collector

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak btn padding

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request barryvdh#1020 from TristanMouchet/patch-1

Complete redesign of the DebugBar (CSS only)