PHPackages                             smony/laravel-redirect-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. smony/laravel-redirect-page

ActiveLibrary

smony/laravel-redirect-page
===========================

v1.0.0(6y ago)251MITPHP

Since Feb 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Smony/vis-laravel-redirect-page)[ Packagist](https://packagist.org/packages/smony/laravel-redirect-page)[ RSS](/packages/smony-laravel-redirect-page/feed)WikiDiscussions master Synced yesterday

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

Vis Laravel Redirect page
=========================

[](#vis-laravel-redirect-page)

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

[](#installation)

```
composer require smony/laravel-redirect-page
```

### Publish the configs

[](#publish-the-configs)

Published configs

```
php artisan vendor:publish --provider="Vis\LaravelRedirectPage\VisRedirectPageServiceProvider" --tag="migrations"

php artisan vendor:publish --provider="Vis\LaravelRedirectPage\VisRedirectPageServiceProvider" --tag="config"
```

Published config for `builder_lara_5`

```
php artisan vendor:publish --provider="Vis\LaravelRedirectPage\VisRedirectPageServiceProvider" --tag="vis-config"
```

Add middleware for class Kernel

```
 protected $middleware = [
    \Vis\LaravelRedirectPage\Middleware\VisRedirect::class,
  ];
```

Publish migration

```
php artisan migrate
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/829dd222d51ab9b4ea78f272ea0b844e255eea0f3d90f70db9dcb266c848c709?d=identicon)[Smony](/maintainers/Smony)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/smony-laravel-redirect-page/health.svg)

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

PHPackages © 2026

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