-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Jessica González edited this page Dec 18, 2016
·
1 revision
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.
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