Skip to content
Jessica González edited this page Dec 18, 2016 · 1 revision

Installation

The preferred installation method is via composer

Build a composer.json file and add Ohara as a requirement:

"require": {
    "suki/ohara": "~1.1",
}

If you aren't familiar with composer theres a ready to use package you can use on the downloads section.

Configure your mod

Ohara can be used as it is but to it works best when you tell it what to do. Ohara uses a simple set of arrays with predefined keys, this keys control every aspect of your mod, from defining the hooks you are gonna use to build simple settings pages and defining your db schema.

There are two ways you can build your settings:

  • A $modSetting array
  • A json file
Clone this wiki locally