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

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

codenrx/maintaince
==================

This Laravel package makes it possible for you to set your website in "Under Construction" and "Under Maintaince" mode

111CSS

Since Sep 21Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Under Maintaince Package
================================

[](#laravel-under-maintaince-package)

[![issu Status](https://camo.githubusercontent.com/051f22f0be89e2306629f1fe8e11e8932498dc6fcbe0b34e231a7a37c5f595f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f636f64656e72782f4c61726176656c2d556e6465722d4d61696e7461696e6365)](https://github.com/codenrx/Laravel-Under-Maintaince/issues)[![Build Status](https://camo.githubusercontent.com/1b51c35cbc49a1b62f3ac170a4c7bfb8a8dc5541b497e018bdf0d1c2d05e8774/68747470733a2f2f7472617669732d63692e6f72672f626f656e6e656d616e6e2f6261646765732e7376673f6272616e63683d6d6173746572)](https://github.com/codenrx/Laravel-Under-Maintaince/releases) [![folk Status](https://camo.githubusercontent.com/e9d40b428a0ed265f957e66d2aeb174eaa28966166edb25584fb805931b3db98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f636f64656e72782f4c61726176656c2d556e6465722d4d61696e7461696e6365)](https://camo.githubusercontent.com/e9d40b428a0ed265f957e66d2aeb174eaa28966166edb25584fb805931b3db98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f636f64656e72782f4c61726176656c2d556e6465722d4d61696e7461696e6365)[![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)[![Tweet](https://camo.githubusercontent.com/2f4d8d00ad4885e503b624a0cb994f1696b82d6ed1b9df446c2f39c51667b6bc/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c3f75726c3d68747470732533412532462532466769746875622e636f6d253246636f64656e72782532464c61726176656c2d556e6465722d4d61696e7461696e6365)](https://twitter.com/intent/tweet?text=I%20found%20a%20nice%20package%20for%20enable%20Under%20Construction%20or%20Under%20Maintaince%20mode%20.%20Please%20check%20:&url=https%3A%2F%2Fgithub.com%2Fcodenrx%2FLaravel-Under-Maintaince)

This Laravel package makes it possible for you to set your website in Under Construction or Under Maintaince mode

Install
=======

[](#install)

```
composer require codenrx/maintaince
```

add these line in `providers` array of `config/app.php`

```
codenrx\maintaince\maintainceServiceProvider::class,
```

then , use these command to publish package config file (maintaince.php) in `config` folder and template in `views\vendor\maintaince` folder .

```
php artisan vendor:publish --provider="codenrx\maintaince\maintainceServiceProvider"
```

Open `app\Http\Kernel.php` &amp; add these line into

```
protected $middleware = [
     .....................
     ..................
     \codenrx\maintaince\App\Http\Middleware\maintainceWare::class,
];
```

Usage
=====

[](#usage)

use these command to enable maintaince mode

```
php artisan make:maintaince on
```

You can also use these command to enable underconstruction mode

```
php artisan make:maintaince underconstruction
```

Disable Maintaince Mode

```
php artisan make:maintaince off
```

Customization
=============

[](#customization)

You can customize your template also . You need to go `/resources/views/vendor/maintaince`.

**For Some Settings , You can check config file (maintaince.php) in `config` folder**

---

**Template Credits : ❤️ [Colorlib](https://colorlib.com)**

### For more Links

[](#for-more-links)

- [GitHub](https://github.com/IANirab)
- [Facebook](https://web.facebook.com/istiaq.nirab.1)
- [Medium](https://medium.com/@nirab)
- [Website](https://codenrx.com)

**Enjoy!**

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/319b2f005289ab2deb22a81091793a036edacdb392b865d9c9256917f4d30330?d=identicon)[Ok9xNirab](/maintainers/Ok9xNirab)

---

Tags

constructionconstruction-modelaravel-packagelaravel-underconstructionmiddlewareunderconstruction

### Embed Badge

![Health badge](/badges/codenrx-maintaince/health.svg)

```
[![Health](https://phpackages.com/badges/codenrx-maintaince/health.svg)](https://phpackages.com/packages/codenrx-maintaince)
```

###  Alternatives

[cytopia/ffscreencast

ffmpeg screencast with video overlay and multi monitor support.

1.8k2.1k](/packages/cytopia-ffscreencast)[mothership/state_machine

php implementation of state machine, completely configured by an external .yml file with the render of a graph's description

132.5k1](/packages/mothership-state-machine)

PHPackages © 2026

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