avexsoft / filament-purl
CRUD permalinks (also known as persistent URLs) to your filament project
Requires
- filament/filament: ^3.2
Requires (Dev)
- phpunit/phpunit: ~10.0
This package is not auto-updated.
Last update: 2025-06-15 00:59:09 UTC
README
Filament Persistent Url
Filament PURL is a Laravel package that seamlessly integrates with Filament to provide a user-friendly interface for managing permalinks (also known as persistent URLs or redirects). Easily create, view, edit, and delete URL redirects directly from your Filament admin panel. Keep your site's links stable and user-friendly, and manage SEO-friendly URLs with ease.
Installation
You can install the package via composer:
composer require avexsoft/filament-purl
Usage
Add in AdminPanelProvider.php
use Avexsoft\FilamentPurl\FilamentPurlPlugin; ->plugins([ FilamentPurlPlugin::make(), ])
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.