Skip to content

Commit 66b4deb

Browse files
committed
add laravel client
1 parent 9911a42 commit 66b4deb

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.vuepress/config-project.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,18 @@ module.exports = {
4141
text: 'Library',
4242
ariaLabel: 'Library Menu',
4343
items: [
44-
{ text: 'PHP', link: 'https://github.com/xrdebug/php' },
45-
{ text: 'WordPress', link: 'https://github.com/xrdebug/wordpress'}
44+
{
45+
text: 'Laravel',
46+
link: 'https://github.com/xrdebug/laravel'
47+
},
48+
{
49+
text: 'PHP',
50+
link: 'https://github.com/xrdebug/php'
51+
},
52+
{
53+
text: 'WordPress',
54+
link: 'https://github.com/xrdebug/wordpress'
55+
}
4656
]
4757
}
4858
]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ A client library is a wrapper around the HTTP API and it enables to debug your a
4646

4747
| Technology | Package |
4848
| ---------- | --------------------------------------------------------- |
49+
| Laravel | [xrdebug/laravel](https://github.com/xrdebug/laravel) |
4950
| PHP | [xrdebug/php](https://github.com/xrdebug/php) |
5051
| WordPress | [xrdebug/wordpress](https://github.com/xrdebug/wordpress) |
5152

0 commit comments

Comments
 (0)