yugo/panelis-redirect
Composer 安装命令:
composer require yugo/panelis-redirect
包简介
Manage redirects, destination rules, and URL forwarding behavior.
关键字:
README 文档
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).
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-25