Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 474 Bytes

instructions.md

File metadata and controls

24 lines (17 loc) · 474 Bytes

Registering provider

Make sure to register the provider and make all of the following necessary changes inside the start/app.js file!

// Add the ironium provider
const providers = [
  // ...
  'adonis-ironium/providers/IroniumProvider',
]

// ...
// Add the command provider
const aceProviders = [
  // ...
  'adonis-ironium/providers/CommandsProvider',
]

Config

Please update configuration before use. The configuration file is config/ironium.js.