- Clone the project
- Rename
.env.exampleto.env - Generate a random string for
APP_KEYvar. (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 serveor configure a webserver like "nginx" to reverse proxy via FPM or use CGI on public directory.
- PHP (>= 7.0.0)