Skip to content

Commit

Permalink
Add Pulse to the ecosystem (#317)
Browse files Browse the repository at this point in the history
* Add Pulse to the ecosystem

* Update my testimonial link

* Compile Assets

---------

Co-authored-by: jasonlbeggs <[email protected]>
  • Loading branch information
jasonlbeggs and jasonlbeggs authored Jan 9, 2024
1 parent c06cbdc commit 593ef2c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions app/Ecosystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ public static function items(): array
'description' => 'Beautiful and user-friendly forms for command-line applications.',
'href' => '/docs/' . DEFAULT_VERSION . '/prompts',
],
'pulse' => [
'name' => 'Pulse',
'image-alt' => 'Laravel Pulse Logo',
'description' => 'At-a-glance insights into your application\'s performance and usage.',
'href' => 'https://pulse.laravel.com',
],
'sail' => [
'name' => 'Sail',
'image-alt' => 'Laravel Sail Logo',
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-8aa4d27a.css",
"file": "assets/app-3a38dd87.css",
"isEntry": true,
"src": "resources/css/app.css"
},
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/marketing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class="text-red-500">Minicli</a>
<x-testimonial name="Jason Beggs"
content="Laravel and its ecosystem of tools help me build client projects faster, more secure, and higher quality than any other tools out there.">
<x-slot name="title">
Owner of <a href="https://roasted.dev" target="_blank" class="text-red-500">roasted.dev</a>
Owner of <a href="https://designtotailwind.com" target="_blank" class="text-red-500">Design to Tailwind</a>
</x-slot>
</x-testimonial>
<x-testimonial name="Joseph Silber"
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const accentColors = {
livewire: '#fb70a9',
inertia: '#9553e9',
prompts: '#4ade80',
herd: '#dc2626'
herd: '#dc2626',
pulse: '#7c2fc7',
};

export default {
Expand Down

0 comments on commit 593ef2c

Please sign in to comment.