承接 avexsoft/filament-purl 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

avexsoft/filament-purl

Composer 安装命令:

composer require avexsoft/filament-purl

包简介

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

README 文档

README

Laravel Created By

Filament Persistent Url

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

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.

统计信息

  • 总下载量: 35
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-31