Discord notifications for PIREP and News events #433 (#1215)

* Discord notifications for events #433

* Style fixes

* Check for blank webhook urls and disable

* Cleanup items after review

* Changes and fixes

* Style fixes

* Don't load env for testing

* Fix status text

* Refactor saving fields/fares so events get the latest data

* Cleanup

* Style fixes
This commit is contained in:
Nabeel S
2021-06-04 10:51:59 -04:00
committed by GitHub
parent 17447c6903
commit 9b2e466b7e
46 changed files with 1249 additions and 456 deletions

View File

@@ -67,7 +67,8 @@
"laravel/legacy-factories": "^1.1",
"fakerphp/faker": "^v1.14",
"wildbit/swiftmailer-postmark": "^3.3",
"queueworker/sansdaemon": "^1.2"
"queueworker/sansdaemon": "^1.2",
"jpkleemans/attribute-events": "^1.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.5",