PHPackages                             novius/laravel-backpack-redirection-manager - 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. [Admin Panels](/categories/admin)
4. /
5. novius/laravel-backpack-redirection-manager

ActiveLibrary[Admin Panels](/categories/admin)

novius/laravel-backpack-redirection-manager
===========================================

This packages provides an interface to manage redirections via the Backpack admin panel

1.0.0(6y ago)72.2k4AGPL-3.0-or-laterPHPPHP &gt;=7.3

Since Mar 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/novius/laravel-backpack-redirection-manager)[ Packagist](https://packagist.org/packages/novius/laravel-backpack-redirection-manager)[ RSS](/packages/novius-laravel-backpack-redirection-manager/feed)WikiDiscussions 0.1 Synced 3d ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

Backpack Redirection Manager
============================

[](#backpack-redirection-manager)

[![Travis](https://camo.githubusercontent.com/66c265da15229b34b44ab41607e46d279212fafce42e3aa7e61769a8f94b825e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6f766975732f6c61726176656c2d6261636b7061636b2d7265646972656374696f6e2d6d616e616765722e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://travis-ci.org/novius/laravel-backpack-redirection-manager)[![Packagist Release](https://camo.githubusercontent.com/aba971ae5734e062b0d5aa2f228b87d8159f547a9513ed017ce22f584230267e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f766975732f6c61726176656c2d6261636b7061636b2d7265646972656374696f6e2d6d616e616765722e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://packagist.org/packages/novius/laravel-backpack-redirection-manager)[![Licence](https://camo.githubusercontent.com/84ad0547466c100173de37615b0999c25df092d37213f0c18486917e2bc463ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f766975732f6c61726176656c2d6261636b7061636b2d7265646972656374696f6e2d6d616e616765722e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://github.com/novius/laravel-backpack-redirection-manager#licence)

This package provides an admin panel to manage redirections with [spatie/laravel-missing-page-redirector](https://github.com/spatie/laravel-missing-page-redirector).

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

[](#installation)

You can install the package via composer:

```
composer require novius/laravel-backpack-redirection-manager
```

The package will automatically register itself.

Next you must register the `Spatie\MissingPageRedirector\RedirectsMissingPages` middleware :

```
//app/Http/Kernel.php

protected $middleware = [
    ...
    \Spatie\MissingPageRedirector\RedirectsMissingPages::class,
],
```

Finally you can add a link in the Backpack sidebar :

```

        {{ trans('backpack-redirection-manager::crud.sidebar_title') }}

```

Configuration
-------------

[](#configuration)

This package provides a configuration file whose values overwrite the configuration of `spatie/laravel-missing-page-redirector`.

You can publish the configuration file if you want to change these values :

```
php artisan vendor:publish --provider="Novius\Backpack\RedirectionManager\RedirectionManagerServiceProvider" --tag=config

```

You can also publish the migrations, lang and routes :

```
php artisan vendor:publish --provider="Novius\Backpack\RedirectionManager\RedirectionManagerServiceProvider" --tag=migrations
php artisan vendor:publish --provider="Novius\Backpack\RedirectionManager\RedirectionManagerServiceProvider" --tag=lang
php artisan vendor:publish --provider="Novius\Backpack\RedirectionManager\RedirectionManagerServiceProvider" --tag=routes

```

Lint
----

[](#lint)

Run php-cs with:

```
./cs.sh
```

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

[](#contributing)

Contributions are welcome! Leave an issue on Github, or create a Pull Request.

Licence
-------

[](#licence)

This package is under [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

4

Last Release

2199d ago

Major Versions

0.1.x-dev → 1.0.02020-05-06

PHP version history (2 changes)0.1.0PHP &gt;=7.1

1.0.0PHP &gt;=7.3

### Community

Maintainers

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

---

Top Contributors

[![shaoshiva](https://avatars.githubusercontent.com/u/2183266?v=4)](https://github.com/shaoshiva "shaoshiva (7 commits)")

---

Tags

laravelmanageradminredirectionbackpackNoviusRedirectionManager

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/novius-laravel-backpack-redirection-manager/health.svg)

```
[![Health](https://phpackages.com/badges/novius-laravel-backpack-redirection-manager/health.svg)](https://phpackages.com/packages/novius-laravel-backpack-redirection-manager)
```

###  Alternatives

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[novius/laravel-backpack-crud-extended

This package extends Laravel Backpack\\CRUD

619.1k2](/packages/novius-laravel-backpack-crud-extended)[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[novius/laravel-backpack-visualcomposer

This packages provides an interface to manage page content easily

113.5k](/packages/novius-laravel-backpack-visualcomposer)

PHPackages © 2026

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