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

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

tauseedzaman/laravel-coming-soon
================================

Dynamic Comming Soon package for laravel

V1.0(2y ago)286MITCSS

Since Sep 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tauseedzaman/laravel-coming-soon)[ Packagist](https://packagist.org/packages/tauseedzaman/laravel-coming-soon)[ RSS](/packages/tauseedzaman-laravel-coming-soon/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Coming Soon Package
===========================

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

The **Laravel Coming Soon** package provides a simple and customizable way to set up a "Coming Soon" page for your Laravel application. This page allows you to inform your visitors that your website is under construction and provide them with essential information about the launch date.

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

[](#installation)

To get started with the Laravel Coming Soon package, follow these steps:

### Step 1: Composer Install

[](#step-1-composer-install)

You can install the package via Composer. Run the following command in your terminal:

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

### Step 2: Publish Configuration

[](#step-2-publish-configuration)

Publish the package configuration file to customize settings according to your project requirements:

```
php artisan vendor:publish --tag=coming-soon-config
```

This command will generate a `coming-soon.php` configuration file in the `config` directory of your Laravel project.

### Step 3: Migrate the Database

[](#step-3-migrate-the-database)

Run the migration to create the necessary database table for managing the "Coming Soon" settings:

```
php artisan migrate
```

### Step 4: Set Up Your Configuration

[](#step-4-set-up-your-configuration)

Now, open the `config/coming-soon.php` configuration file and customize it according to your needs. You can set the title, description, launch date, and enable or disable the "Coming Soon" mode.

### Step 5: Protect Routes (Optional)

[](#step-5-protect-routes-optional)

By default, the package will protect your entire site with a "Coming Soon" page. If you want to protect specific routes or actions, you can use middleware. Update your routes or controllers as needed.

```
Route::middleware(['coming-soon'])->group(function () {
    // Define your protected routes here
});
```

### Step 6: Enable the "Coming Soon" Mode

[](#step-6-enable-the-coming-soon-mode)

To enable the "Coming Soon" mode and display the "Coming Soon" page, set the `COMING_SOON_ENABLED` environment variable to `true` in your `.env` file:

```
COMING_SOON_ENABLED=true

```

### Step 7: Customize the Views (Optional)

[](#step-7-customize-the-views-optional)

You can customize the "Coming Soon" page views by publishing them to your project:

```
php artisan vendor:publish --tag=coming-soon-views
```

This command will copy the views to the `resources/views/vendor/coming-soon` directory, allowing you to modify them as needed.

### Step 8: Launch Your Application

[](#step-8-launch-your-application)

Once you have configured and customized the "Coming Soon" package to your liking, you can launch your Laravel application. Your visitors will see the "Coming Soon" page until the launch date arrives.

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](LICENSE).

Support
-------

[](#support)

If you encounter any issues or have questions about using this package, please feel free to [open an issue](https://github.com/tauseedzaman/laravel-coming-soon/issues) on GitHub.

Credits
-------

[](#credits)

This package is created and maintained by [tauseedzaman](https://github.com/tauseedzaman).

Thank you for using Laravel Coming Soon!

```

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

960d ago

### Community

Maintainers

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

---

Top Contributors

[![tauseedzaman](https://avatars.githubusercontent.com/u/64689921?v=4)](https://github.com/tauseedzaman "tauseedzaman (12 commits)")

---

Tags

coming-sooncountdown-plugincountdown-timerlaravel-coming-soonlaravel-packagelaunch-countdownpre-launch-pageunder-construction-pagewebsite-countdownlaravel-package maintenance modecoming soonlaravel-coming-soonCountdown TimerUnder Construction PagePre-launch PageLaunch CountdownCountdown PluginWebsite LaunchSite Preview

### Embed Badge

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

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

###  Alternatives

[realrashid/sweet-alert

Laravel Sweet Alert Is A Package For Laravel Provides An Easy Way To Display Alert Messages Using The SweetAlert2 Library.

1.2k2.9M21](/packages/realrashid-sweet-alert)[ashallendesign/short-url

A Laravel package for creating shortened URLs for your web apps.

1.4k1.9M4](/packages/ashallendesign-short-url)[imanghafoori/laravel-nullable

A package to help you write expressive defensive code in a functional manner

151423.7k6](/packages/imanghafoori-laravel-nullable)[deligoez/laravel-model-hashid

Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models

16498.0k](/packages/deligoez-laravel-model-hashid)[erag/laravel-pwa

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

16083.3k](/packages/erag-laravel-pwa)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22128.0k](/packages/helgesverre-extractor)

PHPackages © 2026

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