Adam Campbell
Adam Campbell
@James4645 Anything to share here?
```php Storage::put('public/sitemap.xml', Sitemap::xml()); ``` If you use `php artisan storage:link` then this will be publicly available.
@jeffreyvanhees Did you grab the latest version? Maybe run `composer update` and try again, I made that change as well.
@jeffreyvanhees Here's the README change in the PR to show you how: https://github.com/hotmeteor/receiver/blob/2a6893c46ca2e954e9f83579455c17838e1bb483/README.md#receiving-multiple-events-in-a-single-webhook
Thanks @ashleyhood and @jeffreyvanhees I finally took a stab at a change here. Check it out in this PR: https://github.com/hotmeteor/receiver/pull/26 If you'd be willing to pull that branch into your...
Actually, give me one second... I missed something. I'll update you when it's ready.
OK, go for it.
@fsylum Thanks for your contribution! I think this is great. My only blocker on this is the config. I've tried to make it so that Receiver uses the existing `services.php`...