PHPackages                             olakunlevpn/laravel-installer-welcome - 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. olakunlevpn/laravel-installer-welcome

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

olakunlevpn/laravel-installer-welcome
=====================================

Customizable welcome step for Laravel Installer

v4.0.0(2mo ago)01MITPHPPHP ^8.2

Since Dec 13Pushed 2mo agoCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Installer - Welcome Package
===================================

[](#laravel-installer---welcome-package)

[![Latest Version](https://camo.githubusercontent.com/a3d55d4bb3acc7fdf77d9585218d2c0b51b4d29ab6d97a51676ee7f2799c6232/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f6c616b756e6c6576706e2f6c61726176656c2d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/olakunlevpn/laravel-installer/releases)[![Total Downloads](https://camo.githubusercontent.com/6c374ce6d34417cbd125f51ca28c25ee74d48879200e14a7551308d5631216da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6c616b756e6c6576706e2f6c61726176656c2d696e7374616c6c65722d77656c636f6d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/olakunlevpn/laravel-installer-welcome)

This package adds a customizable welcome step to Laravel Installer with your branding and messaging.

To learn all about it, head over to [the extensive documentation](https://maylancer.org/docs/laravel-installer/packages/welcome).

Here's what you can do:

```
// Set your app name and logo
APP_NAME="Your Application"
APP_LOGO=images/logo.svg
```

Customize welcome features:

```
'features' => [
    'Quick and easy installation process',
    'Automatic database configuration',
    'Built-in requirements checker',
    'Secure admin account setup',
],
```

Show requirements before installation:

```
'show_requirements' => true,
'requirements' => [
    'PHP 8.2 or higher installed',
    'Database server ready (MySQL/PostgreSQL)',
    'Write permissions on storage and bootstrap/cache',
],
```

The welcome step displays your app name, logo, features list, and requirements checklist—all fully customizable via config or translations.

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

[](#installation)

You can install the package via composer:

```
composer require olakunlevpn/laravel-installer-welcome
```

Add the step to your installer configuration in `config/installer.php`:

```
'steps' => [
    \Olakunlevpn\InstallerWelcome\Steps\WelcomeStep::class,
    \Olakunlevpn\Installer\Steps\RequirementsStep::class,
    // ... other steps
],
```

Publish the configuration (optional):

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

You can find the full installation instructions in [our documentation](https://maylancer.org/docs/laravel-installer/packages/welcome).

Usage
-----

[](#usage)

Add your logo to `public/images/logo.svg` and configure:

```
APP_NAME="My Application"
APP_LOGO=images/logo.svg
WELCOME_STEP_POSITION=1
```

That's it! The welcome step will appear with your branding.

Customization
-------------

[](#customization)

Publish translations to customize text:

```
php artisan vendor:publish --tag=laravel-installer-welcome-translations
```

Publish views to customize layout:

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

Learn more about customization in [the documentation](https://maylancer.org/docs/laravel-installer/packages/welcome).

Changelog
---------

[](#changelog)

Please see the main [CHANGELOG](../../CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance84

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

81d ago

Major Versions

v1.0.0 → v4.0.02026-02-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20794807?v=4)[Olakunlevpn](/maintainers/olakunlevpn)[@olakunlevpn](https://github.com/olakunlevpn)

---

Top Contributors

[![olakunlevpn](https://avatars.githubusercontent.com/u/20794807?v=4)](https://github.com/olakunlevpn "olakunlevpn (2 commits)")

### Embed Badge

![Health badge](/badges/olakunlevpn-laravel-installer-welcome/health.svg)

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

###  Alternatives

[afosto/yaac

Yet Another ACME client: a decoupled LetsEncrypt client

245500.4k1](/packages/afosto-yaac)[purplepixie/phpdns

PHP DNS Direct Query Module

731.3M5](/packages/purplepixie-phpdns)[cachethq/badger

A badge generator for Laravel.

2241.0k1](/packages/cachethq-badger)[nzta/silverstripe-sitebanner

Site-wide banners activated through the CMS

1035.2k](/packages/nzta-silverstripe-sitebanner)

PHPackages © 2026

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