File tree Expand file tree Collapse file tree 5 files changed +28
-78
lines changed
Expand file tree Collapse file tree 5 files changed +28
-78
lines changed Original file line number Diff line number Diff line change 22 --md-primary-fg-color : # eb4432 ;
33 --md-primary-fg-color--light : # eb4432 ;
44 --md-primary-fg-color--dark : # eb4432 ;
5+ --md-accent-fg-color : # eb4432 ;
6+ --md-accent-fg-color--light : # eb4432 ;
7+ --md-accent-fg-color--dark : # eb4432 ;
58}
Original file line number Diff line number Diff line change 11---
2- template : home.html
32title : Laravel Debugbar
43hide :
54 - navigation
65 - toc
76---
87
8+ # Laravel Debugbar
9+ ![ Unit Tests] ( https://github.com/barryvdh/laravel-debugbar/workflows/Unit%20Tests/badge.svg )
10+ [ ![ Packagist License] ( https://img.shields.io/badge/Licence-MIT-blue )] ( http://choosealicense.com/licenses/mit/ )
11+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/barryvdh/laravel-debugbar?label=Stable )] ( https://packagist.org/packages/barryvdh/laravel-debugbar )
12+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/barryvdh/laravel-debugbar?label=Downloads )] ( https://packagist.org/packages/barryvdh/laravel-debugbar )
13+ [ ![ Fruitcake] ( https://img.shields.io/badge/Powered%20By-Fruitcake-b2bc35.svg )] ( https://fruitcake.nl/ )
14+
15+ Laravel Debugbar is a package that integrates [ PHP Debug Bar] ( https://github.com/php-debugbar/php-debugbar ) with Laravel.
16+
17+ ![ Debugbar Dark Mode screenshot] ( img/preview.png )
18+
19+ !!! tip "Live Demo"
20+ See an interactive example of the Laravel Debugbar in action below. (Don't worry, this is just dummy data)
21+
22+
23+ [ Get started] ( installation.md ) { .md-button .md-button--primary } [ View code :material-github:] ( https://github.com/barryvdh/laravel-debugbar ) { .md-button }
File renamed without changes.
Original file line number Diff line number Diff line change 1616
1717theme :
1818 name : material
19- custom_dir : overrides
19+ custom_dir : docs/ overrides
2020 logo : assets/logo_white.png
2121 favicon : assets/favicon.png
2222 palette :
2323 - primary : custom
24+ accent : custom
2425 scheme : slate
25- # palette:
26- # primary: custom
2726 features :
2827 - navigation.tabs
2928 - navigation.tabs.sticky
@@ -45,6 +44,10 @@ extra_javascript:
4544 - assets/debugbar.js
4645markdown_extensions :
4746 - admonition
47+ - attr_list
48+ - pymdownx.emoji :
49+ emoji_index : !!python/name:material.extensions.emoji.twemoji
50+ emoji_generator : !!python/name:material.extensions.emoji.to_svg
4851 - pymdownx.highlight :
4952 use_pygments : true
5053 anchor_linenums : true
7174 analytics :
7275 provider : google
7376 property : G-KVHB3EWT91
77+ social :
78+ - icon : fontawesome/brands/github
79+ link : https://github.com/barryvdh/laravel-debugbar
7480
75- watch :
76- - overrides
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments