File tree 5 files changed +28
-78
lines changed
5 files changed +28
-78
lines changed Original file line number Diff line number Diff line change 2
2
--md-primary-fg-color : # eb4432 ;
3
3
--md-primary-fg-color--light : # eb4432 ;
4
4
--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 ;
5
8
}
Original file line number Diff line number Diff line change 1
1
---
2
- template : home.html
3
2
title : Laravel Debugbar
4
3
hide :
5
4
- navigation
6
5
- toc
7
6
---
8
7
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 16
16
17
17
theme :
18
18
name : material
19
- custom_dir : overrides
19
+ custom_dir : docs/ overrides
20
20
logo : assets/logo_white.png
21
21
favicon : assets/favicon.png
22
22
palette :
23
23
- primary : custom
24
+ accent : custom
24
25
scheme : slate
25
- # palette:
26
- # primary: custom
27
26
features :
28
27
- navigation.tabs
29
28
- navigation.tabs.sticky
@@ -45,6 +44,10 @@ extra_javascript:
45
44
- assets/debugbar.js
46
45
markdown_extensions :
47
46
- 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
48
51
- pymdownx.highlight :
49
52
use_pygments : true
50
53
anchor_linenums : true
71
74
analytics :
72
75
provider : google
73
76
property : G-KVHB3EWT91
77
+ social :
78
+ - icon : fontawesome/brands/github
79
+ link : https://github.com/barryvdh/laravel-debugbar
74
80
75
- watch :
76
- - overrides
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments