dilina / poker
There is no license information available for the latest version (1.1) of this package.
Assignment Poker Chance Calculator
1.1
2019-07-02 18:15 UTC
This package is not auto-updated.
Last update: 2026-08-06 06:11:37 UTC
README
Project setup with composer
- First need to run below composer command to create project
composer create-project dilina/phrase
- Change the server configuration to hit index.php
nginx config -
location / {
try_files $uri $uri/ /index.php?$args;
}
.htaccess file has already added for apache servers.