Skip to content

Commit 1cceca4

Browse files
committed
Add Buggregator devhub link
1 parent 379bf06 commit 1cceca4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/Http/Controllers/Website/Developer/DevHubController.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ public function index()
4444
'title' => 'Artisan Commands',
4545
'description' => 'Run Artisan commands through the command palette UI',
4646
'icon' => 'command-line'
47+
],
48+
[
49+
'link' => 'http://localhost:8000/',
50+
'title' => 'Buggregator',
51+
'description' => 'Buggregator is a bug tracking and reporting tool',
52+
'icon' => 'bug-ant'
4753
]
4854
];
4955

0 commit comments

Comments
 (0)