Download the PHP package afea/filament-redirect without Composer
On this page you can find all versions of the php package afea/filament-redirect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-redirect
afea/filament-redirect
Redirect module for the Afea Filament CMS package ecosystem.
Ships:
Redirectmodel — source/target URL, 301/302/303/307/308, hit trackingRedirectStatusCodeenum with HasLabel + HasColorHandleRedirectsmiddleware — intercepts GET/HEAD requests and serves 301/302 responses from the database- Filament v4
RedirectResourcewith CSV bulk import RedirectPluginfor panel registrationafea:install:redirectinstaller
Installation
Register in AdminPanelProvider:
Register the middleware in bootstrap/app.php:
CSV import format
Aliases: from/source, to/target, code/status, active. status_code defaults to 301 and is_active to 1. Duplicate source_url rows update the existing rule in place.
Three common scenarios
1. Disable hit tracking on high-traffic sites
Set AFEA_REDIRECT_TRACK_HITS=false. Saves one write per matched request.
2. Seed redirects from a migration
3. Override the model to add a scope
All versions of filament-redirect with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
The package afea/filament-redirect contains the following files
Loading the files please wait ...