PHPackages                             van-ons/filament-redirects - 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. van-ons/filament-redirects

ActiveLibrary

van-ons/filament-redirects
==========================

A Filament package to manage redirects in your application.

v2.1.0(yesterday)00MITPHP ^8.2

Since May 7Compare

[ Source](https://github.com/VanOns/filament-redirects)[ Packagist](https://packagist.org/packages/van-ons/filament-redirects)[ RSS](/packages/van-ons-filament-redirects/feed)WikiDiscussions Synced today

READMEChangelog (10)Dependencies (9)Versions (23)Used By (0)

[![Social card of Filament Redirects](art/social-card.png)](art/social-card.png)

Filament Redirects
==================

[](#filament-redirects)

[![Latest version on GitHub](https://camo.githubusercontent.com/d42ffd8d55da1c77a100ff8e08412d92f80ca911c79e23dfcecd78893dc8dd61/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f56616e4f6e732f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-redirects/releases)[![Total downloads](https://camo.githubusercontent.com/c83abc146cd59f4b377ed0c25cd816ce59c8c8627e2ed166b5b3f2331d2295e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e2d6f6e732f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/van-ons/filament-redirects)[![GitHub issues](https://camo.githubusercontent.com/e45cb75d15723f2a41a0b03f5fdfe767d050d7bfe9d86f80c819242f7990358b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f56616e4f6e732f66696c616d656e742d7265646972656374733f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-redirects/issues)[![License](https://camo.githubusercontent.com/696b8ced272be450a5622e0cf167591b86d6ba0f889383a6a40a1c057f7e3904/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f56616e4f6e732f66696c616d656e742d7265646972656374733f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-redirects/blob/main/LICENSE.md)

A Filament package to manage redirects in your application.

Quick start
-----------

[](#quick-start)

> For Filament version compatibility, see [Compatibility](docs/compatibility.md).

### Installation

[](#installation)

Start by installing the package via Composer:

```
composer require van-ons/filament-redirects:^2.0
```

Next, publish and run the migrations:

```
php artisan vendor:publish --tag=vanons-filament-redirects-migrations
php artisan migrate
```

Finally, add the plugin to your Filament panel provider:

```
use Filament\Panel;
use Filament\PanelProvider;
use VanOns\FilamentRedirects\RedirectsPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel->plugin(RedirectsPlugin::make());
    }
}
```

Documentation
-------------

[](#documentation)

Please see the [documentation](docs) for detailed information about installation and usage.

Contributing
------------

[](#contributing)

Please see [Contributing](CONTRIBUTING.md) for more information about how you can contribute.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [Changelog](CHANGELOG.md) for more information about what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [Upgrading](UPGRADING.md) for more information about how to upgrade.

Security
--------

[](#security)

Please see [Security](SECURITY.md) for more information about how we deal with security.

Credits
-------

[](#credits)

We would like to thank the following contributors for their contributions to this project:

- [All contributors](../../contributors)

License
-------

[](#license)

The scripts and documentation in this project are released under the [MIT License](LICENSE.md).

---

[![Logo of Van Ons](https://camo.githubusercontent.com/f233e4b012f8d6bded619dbeb286cf4d9c5fbe2789456e8c4495d3c0fae66b1f/68747470733a2f2f6f70656e736f757263652e76616e2d6f6e732e6e6c2f66696c65732f636f772e706e67)](https://van-ons.nl/)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

20

Last Release

1d ago

Major Versions

v0.0.3 → v1.0.02025-07-21

v1.0.0 → v2.0.02025-12-04

v1.0.1 → v2.0.42026-02-20

v1.0.2 → v2.0.52026-02-20

### Community

Maintainers

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

---

Tags

laravelfilamentredirects

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/van-ons-filament-redirects/health.svg)

```
[![Health](https://phpackages.com/badges/van-ons-filament-redirects/health.svg)](https://phpackages.com/packages/van-ons-filament-redirects)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M244](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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