Persistent Url
CommunityCRUD permalinks (also known as persistent URLs) to your Filament project
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Avexsoft
Documentation

This plugin allows you to define and manage pairs of short, memorable routes (also known as persistent URLs) that will redirect to a provided destination URL. This is useful when you have a bunch of URLs related to your project but are long and difficult to remember.
E.g. You can redirect from https://example.com/r/google to https://www.google.com
#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(),
])
#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.
The author
From the same author
Featured Plugins
A selection of plugins curated by the Filament team
Blueprint
Filament Blueprint is a premium Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans and security reports for Filament apps.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight/Raycast like Command Palette to your Filament Panel.
Dennis Koch