Skip to content

Commit

Permalink
Added Laravel Pulse to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 9, 2024
1 parent 16a86e0 commit acfd43a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion app/Ecosystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ public static function items(): array
'href' => '/docs/'.Docs::DEFAULT_VERSION.'/prompts',
'color' => '#4ade80',
],
'pulse' => [
'name' => 'Pulse',
'image-alt' => 'Логотип Laravel Pulse',
'description' => 'Быстрые и наглядные исследования производительности и использования вашего приложения.',
'href' => 'https://pulse.laravel.com',
'color' => '#7c2fc7',
],
'reverb' => [
'name' => 'Reverb',
'image-alt' => 'Логотип Laravel Reverb',
Expand Down Expand Up @@ -176,7 +183,7 @@ public static function items(): array
'vapor' => [
'name' => 'Vapor',
'image-alt' => 'Логотип Laravel Vapor',
'description' => 'Laravel Vapor - это платформа для бессерверного развертывания для Laravel, работающая на AWS.',
'description' => 'Платформа для бессерверного развертывания для Laravel, работающая на AWS.',
'href' => 'https://vapor.laravel.com',
'color' => '#25c4f2',
],
Expand Down
1 change: 1 addition & 0 deletions public/img/ecosystem/pulse.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/pages/ecosystem.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class="d-flex align-items-stretch rounded link-body-emphasis text-decoration-non
<div class="p-4 bg-gradient d-flex align-items-center" style="background: {{ $ecosystemItem['color'] ?? '' }}">
<img src="/img/ecosystem/{{ $ecosystemItemId }}.min.svg" alt="{{ $ecosystemItem['image-alt'] }}" width="48" height="48" class="relative">
</div>
<div class="p-4">
<div class="p-4 text-balance">
<h5 class="mb-2 fw-bolder">{{ $ecosystemItem['name'] }}</h5>
<div class="small opacity-75">{{ $ecosystemItem['description'] }}</div>
</div>
Expand Down

0 comments on commit acfd43a

Please sign in to comment.