Just a small application to play with facebook chatbot using Lumen
- Clone this repo
- Cd to the clone folder then run
cp .env.example .env
- Update
BOT_TOKEN
andPAGE_TOKEN
in.env
file - Point the webhook url to
https://yourdomain.com/messenger/webhook
- Do what ever you want with
app/Http/routes.php
to change how the bot react