PHPackages                             meat/coming-soon - 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. meat/coming-soon

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

meat/coming-soon
================

Force a comming soon page if APP\_COMINGSOON variable is true on .env

0.1(9y ago)018MITPHP ^5.3.3 || ^7.0

Since Dec 15Compare

[ Source](https://github.com/freshworkstudio/meat-coming-soon)[ Packagist](https://packagist.org/packages/meat/coming-soon)[ RSS](/packages/meat-coming-soon/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

\#MEAT | Coming Soon Laravel package

### Installation

[](#installation)

Install with composer `composer require meat/coming-soon`

Add the service provider to your `config/app.php`

```
$providers = [
    \Meat\ComingSoonServiceProvider::class
    ...
]
```

`php artisan vendor:publish`

Edit your `config\coming-soon.php`

Add `APP_COMINGSOON=true` to your `.env`

Add the middleware `comingsoon` to the routes you want to block until the goes live.

```
Route::get('coming-soon', function() {
    return view('coming-soon');
});

Route::group(['middleware' => 'comingsoon'], function() {
    //All the blocked routes

    Route::get('/', 'HomeController@home');
    ...
});
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3484d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12437201?v=4)[freshwork](/maintainers/freshwork)[@freshwork](https://github.com/freshwork)

### Embed Badge

![Health badge](/badges/meat-coming-soon/health.svg)

```
[![Health](https://phpackages.com/badges/meat-coming-soon/health.svg)](https://phpackages.com/packages/meat-coming-soon)
```

PHPackages © 2026

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