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

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

haggag/laravel-coming-soon
==========================

Simple Comming Soon page

012PHP

Since Mar 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MahmoudSaidHaggag/laravel-coming-soon)[ Packagist](https://packagist.org/packages/haggag/laravel-coming-soon)[ RSS](/packages/haggag-laravel-coming-soon/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Description
-----------

[](#description)

A straightforward Coming Soon package for Laravel with Countdown timer and Email capture.

Just Install the package, configure .env and you are ready to go!

[![coming-soon-screenshot](https://camo.githubusercontent.com/ed23d19f5b3f949ec5948a8b296f91e60bb20f4e2af695388536f0d44d21ac83/68747470733a2f2f736f66746e7765622e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f30382f6c61726176656c2d636f6d696e672d736f6f6e2e706e67 "coming soon screenshot")](https://camo.githubusercontent.com/ed23d19f5b3f949ec5948a8b296f91e60bb20f4e2af695388536f0d44d21ac83/68747470733a2f2f736f66746e7765622e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f30382f6c61726176656c2d636f6d696e672d736f6f6e2e706e67)

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

[](#installation)

- Install using composer

```
composer require tumainimosha/laravel-coming-soon
```

- After Installation run this command to publish assets

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

- Add Coming Soon route to your route file

### Option (a) As the home route. Users will see this as landing page for `yourdomain.com`.

[](#option-a-as-the-home-route-users-will-see-this-as-landing-page-for-yourdomaincom)

```
// file: routes/web.php

Route::get('/', function () {
    return view('comingsoon::comingsoon');
});
```

### Option (b). As default route. Users will see this when trying to access any URL on your site

[](#option-b-as-default-route-users-will-see-this-when-trying-to-access-any-url-on-your-site)

```
// file: routes/web.php

Route::any('{query}', function () {
    return view('comingsoon::comingsoon');
})->where('query', '.*');
```

If you want to display the Email form
-------------------------------------

[](#if-you-want-to-display-the-email-form)

Publish the migrations

```
php artisan vendor:publish --provider="snw\\ComingSoon\\ComingSoonServiceProvider" --tag="migrations"
```

Then run

```
php artisan migrate
```

This will create a `coming_soons` table containing list of email of visitors to the site

.env values
-----------

[](#env-values)

You will have to add the following to your `.env` and set values accordingly

- **OFFLINE\_ENABLE=** {true/false} *(Enable Coming Soon page)*
- **OFFLINE\_SHOW\_EMAIL\_FORM=** {true/false} *(Display the Email form)*
- **OFFLINE\_SEND\_EMAIL\_TO=** {}
- **OFFLINE\_YEAR=** {2018} *(Countdown year)*
- **OFFLINE\_MONTH=** {12} *(Countdown month)*
- **OFFLINE\_DAY=** {1} *(Countdown day)*
- **OFFLINE\_HOURS=** {1} *(Countdown hours)*
- **OFFLINE\_MINUTES=** {60} *(Countdown minutes)*
- **OFFLINE\_SECONDS=** {60} *(Countdown seconds)*
- **OFFLINE\_FACEBOOK=** {[http://facebook.com/softnweb}](http://facebook.com/softnweb%7D)
- **OFFLINE\_INSTAGRAM=** {#}
- **OFFLINE\_GITHUB=** {#}
- **OFFLINE\_MAIL=** {}

Security
--------

[](#security)

If you discover any security related issues, please email [Me](mailto:princeton.mosha@gmail.com?subject=Coming+Soon+Package+Security+Issue)instead of using the issue tracker.

Credits
-------

[](#credits)

- [Tumaini Mosha](https://github.com/tumainimosha)
- [All contributors](https://github.com/tumainimosha/laravel-coming-soon/graphs/contributors)

This package is forked [SoftNWeb/laravel-coming-soon](https://github.com/SoftNWeb/laravel-coming-soon) package

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8878cb195a9c7ab67015ad3df7ecadefad07ec8ccb33992abd038d296298fd0?d=identicon)[haggag](/maintainers/haggag)

---

Top Contributors

[![tumainimosha](https://avatars.githubusercontent.com/u/7481490?v=4)](https://github.com/tumainimosha "tumainimosha (12 commits)")[![angelkurten](https://avatars.githubusercontent.com/u/2807174?v=4)](https://github.com/angelkurten "angelkurten (6 commits)")[![nkdodiya](https://avatars.githubusercontent.com/u/42829296?v=4)](https://github.com/nkdodiya "nkdodiya (2 commits)")[![mahmoudhaggag641](https://avatars.githubusercontent.com/u/17066788?v=4)](https://github.com/mahmoudhaggag641 "mahmoudhaggag641 (1 commits)")[![SoftNWeb](https://avatars.githubusercontent.com/u/42813822?v=4)](https://github.com/SoftNWeb "SoftNWeb (1 commits)")[![wprk](https://avatars.githubusercontent.com/u/974333?v=4)](https://github.com/wprk "wprk (1 commits)")

### Embed Badge

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

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

###  Alternatives

[hazaveh/verify-domain

Verify Domain Ownership with PHP

238.6k1](/packages/hazaveh-verify-domain)

PHPackages © 2026

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