avexsoft/filament-purl

CRUD permalinks (also known as persistent URLs) to your filament project

dev-main 2025-05-31 05:17 UTC

This package is not auto-updated.

Last update: 2025-06-15 00:59:09 UTC


README

Laravel Created By

Filament Persistent Url

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

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.