hurad/hello-world

Hurad Hello World Plugin

Installs: 266

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:hurad-plugin

0.1.1 2014-01-17 16:59 UTC

This package is not auto-updated.

Last update: 2024-03-25 23:04:41 UTC


README

Example plugin for demonstrating plugin API

Requirements

The master branch has the following requirements:

  • Hurad 0.1.0 or greater.
  • PHP 5.4 or greater.

Installation

  • Clone/Copy the files in this directory into app/Plugin/HelloWorld
  • Activate the plugin from your admin panel.

Using Composer

Ensure require is present in composer.json. This will install the plugin into Plugin/HelloWorld:

{
    "require": {
        "hurad/hello-world": "0.1.*"
    }
}

Issues with Hello World

If you have issues with Hello World, you can report them at https://github.com/hurad/hello-world/issues