-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install this driver? #5
Comments
I recommend you to create the base project with BotMan Studio: composer create-project --prefer-dist botman/studio <directory> Then you can load the driver via Composer. See: Loading a package from a VCS repository section. For example: {
"require": {
"gundamew/botman-driver-line": "dev-master",
},
"repositories": [
{
"type": "path",
"url": "../botman-driver-line"
}
]
} Finally, run Composer and the driver configurations will published automatically. |
Hi @gundamew, thanks for the help.. I did install botman using botman studio will try to load the driver via VCS.. btw is there anything else that I need to know? I mean when you say run Composer? thanks. |
Oh, I mean run |
@gundamew hi there.. so sorry would really love to implement botman into line. However still did not get how to install. repository would be to this github? Furthermore is there a step to install the driver into botman? |
This BotMan driver is an unofficial driver so you can not install it via BotMan. You have to install it manually. If you want to try this driver, you should know how to require Composer package locally at least. |
@gundamew put the json and then run composer update... with error.. What did I do wrong? this is my json
|
Did you download the driver before running Composer? Please read the “Repositories” chapter in Composer document for more information. |
@gundamew got it... have it working... yay.... is there a specific line only tags? like making a horizontal carrousel? |
I did not write any document. Please check LINE Messaging API document and read the code stored in And remember this repository is still work in progress, the code may change in the future. |
@ranrinc if you have installed the driver successfully. Please close this issue. Thanks. 😄 |
Again thanks @gundamew |
Is there a documentation with explanation to install it?
Would love to test it too.
The text was updated successfully, but these errors were encountered: