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
You can install the package via composer.
composer require avexsoft/filament-purl
Add in AdminPanelProvider.php
use Avexsoft\FilamentPurl\FilamentPurlPlugin;Â ->plugins([ FilamentPurlPlugin::make(),])
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.