ekremogul/filament-redirects
Composer 安装命令:
composer require ekremogul/filament-redirects
包简介
A Filament resource to create and maintain page redirects for your website.
README 文档
README
A Filament resource to create and maintain page redirects for your website.
Installation
You can install the package via composer:
composer require ekremogul/filament-redirects
Register the middleware within the $middleware middleware group array inside of App/Http/Kernel.php
protected $middleware = [ ... \Ekremogul\FilamentRedirects\Middleware\RedirectMiddleware::class ];
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-redirects-migrations"
php artisan migrate
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-16