dilina / phrase
There is no license information available for the latest version (1.1) of this package.
Assignment Phrase Analyser
1.1
2019-07-02 16:16 UTC
This package is not auto-updated.
Last update: 2026-08-06 06:36:47 UTC
README
Projects 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.