PHPackages                             uaibo/launchpad - 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. uaibo/launchpad

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

uaibo/launchpad
===============

Create a pre-launch page for your Laravel project

1.1.16(2y ago)048MITBladePHP &gt;=8.1

Since Feb 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/uaibo/launchpad)[ Packagist](https://packagist.org/packages/uaibo/launchpad)[ Docs](https://github.com/uaibo)[ RSS](/packages/uaibo-launchpad/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (12)Used By (0)

Lanchpad for Laravel
====================

[](#lanchpad-for-laravel)

Create a pre-launch page for your Laravel project.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 5.0

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

[](#installation)

1. Install Launchpad using `composer require`:

```
composer require uaibo/launchpad
```

Add the service provider in `config/app.php`:

> **Important**: If you're using Laravel 5.5 or above, you can skip the registration of the service provider, as it is registered automatically.

```
Uaibo\Launchpad\LaunchpadServiceProvider::class
```

2. Publish the configuration file and assets:

```
php artisan vendor:publish --tag="launchpad"
```

3. Run migrations:

```
php artisan migrate

```

This will create the **launchpad** table in your database **where all the signups will be stored**.

4. Add .env variable:

```
APP_MODE=launchpad

```

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

[](#configuration)

1. Customize the content via the config file:

```
config/launchpad.php

```

2. Add or replace logos, with your own:

```
/vendor/uaibo/launchpad/assets/logo-wide.png

```

```
/vendor/uaibo/launchpad/assets/logo-square.png

```

Image shown when your app is shared on social media. Recommended size: **1200x630**):

```
/vendor/uaibo/launchpad/assets/social.png

```

Logo shown under the main logo, can be a "created by" logo:

```
/vendor/uaibo/launchpad/assets/logo-vendor.png

```

3. If you also want to show a short video, add the following files:

Video file:

```
/vendor/uaibo/launchpad/assets/video.mp4

```

Video poster image:

```
/vendor/uaibo/launchpad/assets/video.jpg

```

[![image](https://user-images.githubusercontent.com/19323835/221978589-f9028640-f4de-42dd-9772-172a4b677cc7.png)](https://user-images.githubusercontent.com/19323835/221978589-f9028640-f4de-42dd-9772-172a4b677cc7.png)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~16 days

Recently: every ~0 days

Total

10

Last Release

1076d ago

### Community

Maintainers

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

---

Top Contributors

[![uaibo](https://avatars.githubusercontent.com/u/19323835?v=4)](https://github.com/uaibo "uaibo (29 commits)")

### Embed Badge

![Health badge](/badges/uaibo-launchpad/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

Laravel Page Speed

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

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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