laravel-pipes
laravel-pipes copied to clipboard
Aims making it easier to organize internal handling of incoming webhooks.
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.1.3 to 1.1.4. Commits f3ad691 Reject paths with funky whitespace. 1ac14e9 Added SharePoint community adapter 4347fe7 Remove ext-fileinfo from suggests, it's already in requires 1bf07fc Fix time-related...
* [ ] add possibility to have multiple incoming webhooks for different services (e.g. SMS & Telegram)
* [ ] add `pipes:install` command to copy `PipesServiceProvider` * [ ] create `app/Pipes` folder with `Kernel` inside