Skip to content

Commit 638f698

Browse files
authored
Merge pull request #101 from saundefined/ecosystem-reverb
2 parents 2df0726 + c805e22 commit 638f698

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

app/Ecosystem.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ public static function items(): array
124124
'href' => '/docs/'.Docs::DEFAULT_VERSION.'/prompts',
125125
'color' => '#4ade80',
126126
],
127+
'reverb' => [
128+
'name' => 'Reverb',
129+
'image-alt' => 'Логотип Laravel Reverb',
130+
'description' => 'Потрясающе быстрые и масштабируемые WebSocket.',
131+
'href' => 'https://reverb.laravel.com',
132+
'color' => '#f25700',
133+
],
127134
'sail' => [
128135
'name' => 'Sail',
129136
'image-alt' => 'Логотип Laravel Sail',

public/img/ecosystem/reverb.min.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)