Tags: omegatari/laravel-debugbar
Tags
Fix storage name when creating the storage instance (barryvdh#1143)
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.
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]>
Merge pull request barryvdh#1020 from TristanMouchet/patch-1 Complete redesign of the DebugBar (CSS only)
PreviousNext