yugo/panelis-redirect

Manage redirects, destination rules, and URL forwarding behavior.

Maintainers

Package info

github.com/yugo412/panelis-redirect

pkg:composer/yugo/panelis-redirect

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-25 02:42 UTC

This package is auto-updated.

Last update: 2026-06-25 02:42:51 UTC


README

Manage redirects, destination rules, and URL forwarding behavior directly from the Panelis admin panel.

Features

  • Redirect management
  • Source and destination URL mapping
  • Permanent (301) and temporary (302) redirects
  • Redirect status management
  • Automatic Panelis plugin discovery

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Filament 5+

Installation

Install the package via Composer:

composer require yugo/panelis-redirect

Run migrations:

php artisan migrate

Usage

After installation, a Redirects menu will be available in the Panelis admin panel.

The Redirect module provides a simple way to manage URL redirections without modifying application routes.

Available fields include:

  • Source URL
  • Destination URL
  • Redirect type
  • Status

Supported redirect types include:

  • 301 – Permanent Redirect
  • 302 – Temporary Redirect

Common use cases include:

  • Redirecting renamed pages
  • Migrating legacy URLs
  • Handling broken links
  • Marketing and campaign redirects

License

The MIT License (MIT).