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

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

bitweu/coming-soon
==================

Laravel package to display Comming Soon page

v1.1.1(6y ago)1146MITPHP ^7.2

Since Feb 23Compare

[ Source](https://github.com/bitweu/laravel-coming-soon)[ Packagist](https://packagist.org/packages/bitweu/coming-soon)[ RSS](/packages/bitweu-coming-soon/feed)WikiDiscussions Synced 3d ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

Laravel Coming Soon page
========================

[](#laravel-coming-soon-page)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9424271717fc14cc8497e58f09dadd28dd19a2c3b49e3160ddaf8ee2e5328a9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6269747765752f636f6d696e672d736f6f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bitweu/coming-soon)[![Total Downloads](https://camo.githubusercontent.com/c3011e1f56776aa00374249317f1c2b44f6517b89f12179e9318c8e4a553f863/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6269747765752f636f6d696e672d736f6f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bitweu/coming-soon)[![Build Status](https://camo.githubusercontent.com/602b05fe4e5b6f26593937dffebfb911645326c0522a9abe450fc37dd2145909/68747470733a2f2f7472617669732d63692e6f72672f6269747765752f6c61726176656c2d636f6d696e672d736f6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bitweu/laravel-coming-soon)

[![laravel-comingsoon](https://camo.githubusercontent.com/0b5338e44cb8c99348cbfbb6ff2d77a5f5b8322ec8b37dcc4ac3921c530d9caa/68747470733a2f2f692e696d6775722e636f6d2f4b434c434a49782e6a7067 "coming soon page")](https://camo.githubusercontent.com/0b5338e44cb8c99348cbfbb6ff2d77a5f5b8322ec8b37dcc4ac3921c530d9caa/68747470733a2f2f692e696d6775722e636f6d2f4b434c434a49782e6a7067)

Very simple laravel package, to display "Coming soon" page

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bitweu/coming-soon
```

Usage
-----

[](#usage)

Publish package assets

```
php artisan vendor:publish --provider="Bitweu\ComingSoon\ComingSoonServiceProvider" --force --tag="assets"
```

Register "Coming soon" view in your `web.php` routes file

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

Configuration
-------------

[](#configuration)

You can configure "Coming soon" page in your `.env` file

```
COMINGSOON_TITLE="Coming soon"
COMINGSOON_INTRO="Something great is coming soon."
COMINGSOON_BACKGROUND="coming-soon-bg.jpg"

```

### Testing

[](#testing)

```
composer test
```

Background Image
----------------

[](#background-image)

Photo by Matteo Paganelli on Unsplash

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

More about bitw team: [bitw.eu](https://www.bitw.eu)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~65 days

Total

4

Last Release

2489d ago

PHP version history (2 changes)1.0.0PHP ^7.1

v1.1.1PHP ^7.2

### Community

Maintainers

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

---

Top Contributors

[![nnerijuss](https://avatars.githubusercontent.com/u/1935054?v=4)](https://github.com/nnerijuss "nnerijuss (34 commits)")

---

Tags

laravelcoming soonbitwbitweubitweu-coming-soon

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 11, 12 and 13

223700.9k8](/packages/webwizo-laravel-shortcodes)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[erag/laravel-pwa

A simple and easy-to-use PWA (Progressive Web App) package for Laravel applications.

177124.1k](/packages/erag-laravel-pwa)

PHPackages © 2026

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