MCPcopy
hub / github.com/adonisjs/core / withCoreProviders

Method withCoreProviders

factories/core/ignitor.ts:134–137  ·  view source on GitHub ↗

* Include core AdonisJS providers when booting the application. * This adds essential providers like app, hash, and REPL providers. * * @example * ```ts * const ignitor = new IgnitorFactory() * .withCoreProviders() * .create(appRoot) * ```

()

Source from the content-addressed store, hash-verified

132 * ```
133 */
134 withCoreProviders(): this {
135 this.#loadCoreProviders = true
136 return this
137 }
138
139 /**
140 * Merge default configuration for core AdonisJS features.

Callers 2

createMethod · 0.80
makeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected