PHPackages                             mingalevme/lumen-maintaince - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mingalevme/lumen-maintaince

ActiveLibrary

mingalevme/lumen-maintaince
===========================

Support for maintaince mode in Lumen

09PHP

Since Oct 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mingalevme/lumen-maintaince)[ Packagist](https://packagist.org/packages/mingalevme/lumen-maintaince)[ RSS](/packages/mingalevme-lumen-maintaince/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

lumen-maintaince
================

[](#lumen-maintaince)

Provides support for maintaince mode for Lumen Framework.

Installation
============

[](#installation)

1. `composer require mingalevme/lumen-maintaince`.
2. Register the service provider `Mingalevme\Lumen\Maintaince\MaintainceServiceProvider`.
3. Replace **Lumen Application** class with one of the following: 3.1. You can directly use class `Mingalevme\Lumen\Maintaince\Application` in you `/bootstrap/app.php` instead of `Laravel\Lumen\Application`:

```
