A simple bot to return Laravel documentation URLs based on prompts such as docs homestead or docs authorization. The goal is simplicity without over-engineering. Create your Discord Bot before continuing.
- Clone the repo
- Export your
DOCBOT_TOKEN:export DOCBOT_TOKEN="3.1415926535" - Run
make install - Run the bot:
php bin/docbot.php
Run the test suite with make test, make clean will remove vendor.