dilina/poker

There is no license information available for the latest version (1.1) of this package.

Assignment Poker Chance Calculator

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 27

Language:CSS

Type:project

1.1 2019-07-02 18:15 UTC

This package is not auto-updated.

Last update: 2025-06-12 00:43:36 UTC


README

Project setup with composer

  1. First need to run below composer command to create project

composer create-project dilina/phrase

  1. 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.