dilina/phrase

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

Assignment Phrase Analyser

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 28

Language:CSS

Type:project

1.1 2019-07-02 16:16 UTC

This package is not auto-updated.

Last update: 2025-06-12 01:10:39 UTC


README

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