Run the following command to pull in the latest version:
composer require tumichnix/lumen-maintennce
Add the following line to the bootstrap/app.php
file under the providers section:
$app->register(Tumichnix\Maintenance\Providers\MaintenanceServiceProvider::class);