Getting Started

Adding @foadonis/maintenance registers its provider for you, so node ace maintenance:down takes the app offline and maintenance:up brings it back live.

Installation

Install and configure the package using the following command :

node ace add @foadonis/maintenance

Put in maintenance mode

node ace maintenance:down
# or
node ace down

Come back live

node ace maintenance:up
# or
node ace up

On this page