File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments