Creates a new Ignitor instance
The root URL of the application
Configuration options for the ignitor
Get access to the application instance created by either the http server process or the ace process
Create an instance of AdonisJS application
The environment in which to create the app (web, console, test, repl)
Tap to access the application class instance.
Callback function to execute when app is created
Get instance of the HTTPServerProcess
Get an instance of the AceProcess class
Get an instance of the TestRunnerProcess class
Terminates the app by calling the "app.terminate" method
Ignitor is used to instantiate an AdonisJS application in different known environments. It serves as the main entry point for creating and managing application processes.
Example