PHPackages                             haruncpi/laravel-maintenance - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. haruncpi/laravel-maintenance

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

haruncpi/laravel-maintenance
============================

A laravel maintenance that support secret route

v1.0.0(5y ago)1153.0k↓36.6%3cc-by-4.0PHPPHP &gt;=5.6.0

Since Dec 30Pushed 5y ago2 watchersCompare

[ Source](https://github.com/haruncpi/laravel-maintenance)[ Packagist](https://packagist.org/packages/haruncpi/laravel-maintenance)[ RSS](/packages/haruncpi-laravel-maintenance/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Maintenance
===================

[](#laravel-maintenance)

 [![](https://camo.githubusercontent.com/120f19333545576b5e330f84de3fdb369ce379b5fc9f4b5d4943cf966e4b34bb/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f686172756e6370692f6c61726176656c2d6d61696e74656e616e6365)](https://packagist.org/packages/haruncpi/laravel-maintenance) [![](https://camo.githubusercontent.com/01a1a117452a6379999a6eadf9cf59961b0c1897ce5bbfa2f2ac0f293041c9f3/68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e63652f434320425920342e302f323342434342)](https://creativecommons.org/licenses/by/4.0/) ![](https://camo.githubusercontent.com/01aee395ccec08578dfc1f686f5eccabce644a144dd6cd1ba4c7b25d06e2e4e4/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f686172756e6370692f6c61726176656c2d6d61696e74656e616e6365) [![](https://camo.githubusercontent.com/7f8cee3656ebee78699563210e0362ae77dc119264f2edcdc563221fd0fb0bd1/68747470733a2f2f62616467656e2e6e65742f62616467652f747769747465722f406c61726176656c61727469636c652f3144413146323f69636f6e266c6162656c)](https://twitter.com/laravelarticle) [![](https://camo.githubusercontent.com/44c8929947e2d794413952cd3b9e416c360782412c17ea38b11aea1fd7db170c/68747470733a2f2f62616467656e2e6e65742f62616467652f66616365626f6f6b2f6c61726176656c61727469636c652f336235393938)](https://facebook.com/laravelarticle)

#### for Laravel 6/7/5

[](#for-laravel-675)

Maintenance mode package for Laravel that support secret route!

Documentation
-------------

[](#documentation)

Install

```
composer require haruncpi/laravel-maintenance

```

Replace middleware in `app/Http/Kernel.php`

```
//\App\Http\Middleware\CheckForMaintenanceMode::class,
\Haruncpi\LaravelMaintenance\Middleware\MaintenanceMode::class,
```

Usage
-----

[](#usage)

This package support all default maintenance mode features with maintenance bypass by secret route.

##### Maintenance Bypass - Secret route

[](#maintenance-bypass---secret-route)

```
php artisan down --secret="mysecretkey"

```

##### Now you can bypass by secret route

[](#now-you-can-bypass-by-secret-route)

```
https://example.com/mysecretkey

```

With this secret route, only you can access your website in live mode and the rest of the world get it in maintenance mode.

Other Packages
--------------

[](#other-packages)

- [Laravel User Activity](https://github.com/haruncpi/laravel-user-activity) - Monitor application's user activity.
- [Laravel Log Reader](https://github.com/haruncpi/laravel-log-reader) - Simple and beautiful laravel log reader.
- [Laravel H](https://github.com/haruncpi/laravel-h) - Helper package for Laravel Framework.
- [Laravel Simple Filemanager](https://github.com/haruncpi/laravel-simple-filemanager) - A simple filemanager for Laravel.
- [Laravel Option Framework](https://github.com/haruncpi/laravel-option-framework) - Option framework for Laravel.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2012d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11594794?v=4)[Md.Harun-Ur-Rashid](/maintainers/haruncpi)[@haruncpi](https://github.com/haruncpi)

---

Top Contributors

[![haruncpi](https://avatars.githubusercontent.com/u/11594794?v=4)](https://github.com/haruncpi "haruncpi (2 commits)")

---

Tags

laravellaravel-packagemaintenance-mode

### Embed Badge

![Health badge](/badges/haruncpi-laravel-maintenance/health.svg)

```
[![Health](https://phpackages.com/badges/haruncpi-laravel-maintenance/health.svg)](https://phpackages.com/packages/haruncpi-laravel-maintenance)
```

###  Alternatives

[semaio/magento2-configimportexport

Import/Export core\_config\_data values in Magento 2

165780.1k3](/packages/semaio-magento2-configimportexport)[jonaspardon/laravel-event-visualizer

Laravel package to visualize events with their handlers, including jobs to chain them together

2644.9k](/packages/jonaspardon-laravel-event-visualizer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
