- Clone the project
- Rename
.env.example
to.env
- Generate a random string for
APP_KEY
var. (psst, you can useopenssl rand -hex 32
) - Fill in the
BOT_
variables with proper values - Use Artisan's serve command:
user@host:~$ php -S localhost:8000 -t public # or php artisan serve
or configure a webserver like "nginx" to reverse proxy via FPM or use CGI on public
directory.
- PHP (>= 7.0.0)