en | fr

The Application class


This class manages some application logic.


boot

Handles all the necessary initializations and loads before the application can properly boot-up (i.e. register all its event handlers).

Parameters

Returns Promise


ensurePathsExist

Makes sure that we have the necessary files created when we run the application (e.g. for the first time or if the user accidentally deleted the “cache” folder).

Returns null