Skip to content

Commit b3234da

Browse files
authored
Update README.md
1 parent 55afd81 commit b3234da

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Send webhooks from Laravel apps
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-webhook-server">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/laravel-webhook-server/html/dark.webp">
5+
<img alt="Logo for laravel-webhook-server" src=" https://spatie.be/packages/header/laravel-webhook-server/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>Send webhooks from Laravel apps</h1>
210

311
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-webhook-server.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-server)
412
[![run-tests](https://github.com/spatie/laravel-webhook-server/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spatie/laravel-webhook-server/actions/workflows/run-tests.yml)[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-webhook-server.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-server)
13+
14+
</div>
515

616
A webhook is a way for an app to provide information to another app about a particular event. The way the two apps communicate is with a simple HTTP request.
717

0 commit comments

Comments
 (0)