Skip to content

Commit 35cd2b6

Browse files
committed
Change README
1 parent 09a3e0b commit 35cd2b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
```docker
2424
docker exec -it php7 composer install
2525
```
26+
### Receive Slack notifications with Webhooks
27+
- Configure .env application
28+
```bash
29+
cp .env.example .env
30+
```
31+
- Set your Slack Api Webhook in .env
32+
```env
33+
SLACK_API_WEBHOOK=your_webhook_here
34+
```
2635
2736
### Create your own routes
2837

0 commit comments

Comments
 (0)