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
- Rename
.env.example
to.env
- Add your bots token to
BOT_TOKEN
in.env
- Run
make install
- Run the bot:
php bin/docbot.php
Run the test suite with make test
, make clean
will remove vendor
.