Multiplayer online card game powered by Laravel and Bootstrap. Cheater admin and bots included.
- Clone this repository
cd joker && cp .env.example .envcomposer installnpm install && npm run devphp artisan storage:linkphp artisan migratephp artisan db:seedusers password is passwordphp artisan queue:listenphp artisan websockets:serve- Step 6, or register and play! Verification links are logged in storage/logs/mail.log
or use docker:
$ git clone https://github.com/ame1337/joker.git
$ cd joker
$ docker build --tag=joker .
$ docker run -it --rm -v $(pwd):/www -p 80:80 -p 443:443 -p 33060:3306 --name=joker joker
The MIT License (MIT). See License File for more information.
