kevin-mitchell / alexa-app

Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen
MIT License
97 stars 47 forks source link

Make routing optional #58

Closed wertmenschen closed 5 years ago

wertmenschen commented 6 years ago

Routing with this package can be quite tricky. It seems that with Laravel 5.7 it doesn't work at all - at least I didn't manage to get it to work. This PR doesn't fix the issues, but introduces an config option to disable the routing functionality of this package (you have to manage the routing yourself then).

vrajroham commented 5 years ago

@develpr It would be great if you get some spare time to look into this PR. Contains new improvements and support to other functionalities.

Great work @wertmenschen

Thanks :)

develpr commented 5 years ago

Amazing! Thank you so much for taking the time to work on this.