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
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-17 06:39:02 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.