// Open source package

Website 404 Redirects

Apogee-Information-Systems / website-404-redirects

Log public 404 paths and manage 301 redirects from a database table — for Laravel 11 and 12. Keep broken URLs visible, fix them without redeploying hard-coded maps, and optionally manage everything from a Filament admin panel.

// Features

  • Log unmatched public GET/HEAD URLs with hit counts and timestamps
  • Redirect paths via early middleware before routing runs
  • Optional Filament admin to review hits and set redirects
  • Configurable path exclusions, normalization, and caching
  • Auto-wired on install — no bootstrap changes required for most apps

// Quick start

composer require apogee/website-404-redirects

php artisan vendor:publish --tag=website-404-redirects-config
php artisan migrate

// Requirements

  • PHP ^8.2
  • Laravel ^11.0 or ^12.0
  • Optional: Filament ^3.0 or ^4.0 for the admin UI

APOGEE INFORMATION SYSTEMS · GitHub