PHPackages                             cube-agency/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. cube-agency/filament-redirects

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

cube-agency/filament-redirects
==============================

Filament plugin for redirects management

v2.0.0(7mo ago)11.7k↓10.5%MITPHPPHP ^8.1

Since May 16Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/cube-agency/filament-redirects)[ Packagist](https://packagist.org/packages/cube-agency/filament-redirects)[ Docs](https://github.com/cube-agency/filament-redirects)[ RSS](/packages/cube-agency-filament-redirects/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (12)Versions (8)Used By (0)

Filament plugin for redirect management
=======================================

[](#filament-plugin-for-redirect-management)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c18190ba14f154cc9209ceda22f888aa74d164d1ae6097565b3de6a03381a29f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637562652d6167656e63792f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cube-agency/filament-redirects)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a8ee883111d692c478e91fe96466d8b87f8f6b572eec3c292c8061f16c279be7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f637562652d6167656e63792f66696c616d656e742d7265646972656374732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/cube-agency/filament-redirects/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7a4150e25e98912d0c6853aaca95c5502642fa5dc40ff3bb6568ee1ee6d3ee28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f637562652d6167656e63792f66696c616d656e742d7265646972656374732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/cube-agency/filament-redirects/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/af4d8302ca31b8560e164564f8003ff84da3353131fabdcd8ca55d2524a8307c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637562652d6167656e63792f66696c616d656e742d7265646972656374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cube-agency/filament-redirects)

Adds redirect management functionality

Compatibility
-------------

[](#compatibility)

Package VersionFilament Version1.x3.x2.x4.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require cube-agency/filament-redirects
```

Run install command:

```
php artisan filament-redirects:install
```

Run migrations (if that was not done on install):

```
php artisan migrate
```

Add the plugin to your panel provider:

```
use CubeAgency\FilamentRedirects\FilamentRedirectsPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ...
        ->plugins([
            ...
            FilamentRedirectsPlugin::make()
        ]);
}
```

Register redirect middleware in bootstrap/app.php file:

```
use CubeAgency\FilamentRedirects\Http\Middleware\FilamentRouteRedirectMiddleware;

return Application::configure(...)
    ...
    ->withMiddleware(function (Middleware $middleware) {
        $middleware->append(FilamentRouteRedirectMiddleware::class);
    })
    ...
```

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)

- [Kristaps Bajazitovs](https://github.com/cube-agency)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance63

Regular maintenance activity

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~127 days

Total

5

Last Release

225d ago

Major Versions

v1.0.2 → v2.0.02025-10-06

### Community

Maintainers

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

---

Top Contributors

[![worldhck](https://avatars.githubusercontent.com/u/58777274?v=4)](https://github.com/worldhck "worldhck (13 commits)")[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (4 commits)")[![cliche23](https://avatars.githubusercontent.com/u/3168975?v=4)](https://github.com/cliche23 "cliche23 (1 commits)")

---

Tags

laravelfilamentfilament-redirectsCubeAgency

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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