PHPackages                             lopatin96/laravel-welcome-page - 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. lopatin96/laravel-welcome-page

AbandonedLibrary

lopatin96/laravel-welcome-page
==============================

Laravel welcome page

1.0.32(2y ago)02.2kMITBladePHP &gt;=8.0

Since Apr 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lopatin96/laravel-welcome-page)[ Packagist](https://packagist.org/packages/lopatin96/laravel-welcome-page)[ RSS](/packages/lopatin96-laravel-welcome-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (34)Used By (0)

Install
=======

[](#install)

### Publish config

[](#publish-config)

```
php artisan vendor:publish --tag="laravel-welcome-page-config"
```

Select which variants of sections in you want. You can do it in *config/welcome-page.php*:

```
'sections' => [
    'main' => 'v1',
    'others' => [
        [
            'name' => 'how-it-works',
            'variant' => 'v1',
        ],
        [
          'name' => 'call-to-action',
          'variant' => 'v2',
        ],
```

by specifying variants of sections and their orders. Also, choose primary and secondary colors and add their to safelist key in *tailwind.config.js*:

```
safelist: [
    'from-zinc-100',
    'to-sky-300',
    'text-sky-600',
    'text-sky-300',
    'bg-sky-600',
    'bg-sky-300',
    'bg-red-500',
    'text-link',
],
```

### Publish localization

[](#publish-localization)

```
php artisan vendor:publish --tag="laravel-welcome-page-lang"
```

Add local strings in *lang/vendor/welcome-page/en/.php* for selected sections.

Publishing
==========

[](#publishing)

### Localization

[](#localization)

```
php artisan vendor:publish --tag="laravel-welcome-page-lang"
```

### Views

[](#views)

```
php artisan vendor:publish --tag="laravel-welcome-page-views"
```

### Config

[](#config)

```
php artisan vendor:publish --tag="laravel-welcome-page-config"
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.4% 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 ~5 days

Total

33

Last Release

955d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ed7ade2d44e2f66eedf7dec7136ca591145f77d8192bdd789e04797c575d0f3?d=identicon)[Vladyslav Lopatin](/maintainers/Vladyslav%20Lopatin)

---

Top Contributors

[![lopatin96](https://avatars.githubusercontent.com/u/18104593?v=4)](https://github.com/lopatin96 "lopatin96 (51 commits)")[![vladyslav-lopatin-wskz](https://avatars.githubusercontent.com/u/214472383?v=4)](https://github.com/vladyslav-lopatin-wskz "vladyslav-lopatin-wskz (41 commits)")

### Embed Badge

![Health badge](/badges/lopatin96-laravel-welcome-page/health.svg)

```
[![Health](https://phpackages.com/badges/lopatin96-laravel-welcome-page/health.svg)](https://phpackages.com/packages/lopatin96-laravel-welcome-page)
```

PHPackages © 2026

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