botman / driver-amazon-alexa

BotMan Amazon Alexa Driver
MIT License
14 stars 11 forks source link

No Alexa Driver in Repository #2

Closed mikemillers closed 6 years ago

mikemillers commented 6 years ago

I am following install instructions using botman studio. The command php artisan botman:install-driver amazon-alexa gives this error Unable to find driver "amazon-alexa".

If I inspect the JSON returned from the repository URL I can see it does not contain the Alexa package.

https://botman.io/studio/drivers.json

mpociot commented 6 years ago

Oh right. In the meantime, you can just install it by requiring the composer dependency!

mikemillers commented 6 years ago

Yep sure I have done that, thanks a lot!

On 12 October 2017 at 15:55, Marcel Pociot notifications@github.com wrote:

Oh right. In the meantime, you can just install it by requiring the composer dependency!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/botman/driver-amazon-alexa/issues/2#issuecomment-336163157, or mute the thread https://github.com/notifications/unsubscribe-auth/AJyN_X26C0mYkJyfGu9PZy2-H34kvCTbks5srih-gaJpZM4P3ID6 .

mpociot commented 6 years ago

The driver is now added