PHPackages                             erikgreasy/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. erikgreasy/filament-redirects

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

erikgreasy/filament-redirects
=============================

Manage redirects in Filament

0.1.0(1y ago)23[1 PRs](https://github.com/erikgreasy/filament-redirects/pulls)MITPHPPHP ^8.1CI passing

Since Nov 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/erikgreasy/filament-redirects)[ Packagist](https://packagist.org/packages/erikgreasy/filament-redirects)[ Docs](https://github.com/erikgreasy/filament-redirects)[ GitHub Sponsors](https://github.com/erikgreasy)[ RSS](/packages/erikgreasy-filament-redirects/feed)WikiDiscussions main Synced 1mo ago

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

Filament redirects
==================

[](#filament-redirects)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dc69cf5219e4da8500f18f0bc5ac49995c4d0bec76c8918436eb279b2ae9ccbf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6572696b6772656173792f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erikgreasy/filament-redirects)[![GitHub Tests Action Status](https://camo.githubusercontent.com/faa46d95b27203142a09199c71efbbd9854ad44360f0651f73903ca180af4979/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6572696b6772656173792f66696c616d656e742d7265646972656374732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/erikgreasy/filament-redirects/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/afc21e0024806921a5aae1af1f59b5700b7f2da00f2fdb582422297fbc1eedbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6572696b6772656173792f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erikgreasy/filament-redirects)

Manage HTTP redirects from Filament panel.

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

[](#installation)

You can install the package via composer:

```
composer require erikgreasy/filament-redirects
```

Run the migrations

```
php artisan migrate
```

Add middleware to your application

```
// bootstrap/app.php

->withMiddleware(function (Middleware $middleware) {
    $middleware->append(\Erikgreasy\FilamentRedirects\Http\Middlewares\RedirectMiddleware::class);
})
```

Add plugin to your Filament Panel Provider

```
// eg. app/Providers/Filament/AdminPanelProvider.php

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(new \Erikgreasy\FilamentRedirects\FilamentRedirectsPlugin());
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Erik Masny](https://github.com/erikgreasy)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance41

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

557d ago

### Community

Maintainers

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

---

Top Contributors

[![erikgreasy](https://avatars.githubusercontent.com/u/51275432?v=4)](https://github.com/erikgreasy "erikgreasy (8 commits)")

---

Tags

laravelfilament-redirectserikgreasy

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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