iperamuna/pretty-routes-extended 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

iperamuna/pretty-routes-extended

最新稳定版本:v1.0.0

Composer 安装命令:

composer require iperamuna/pretty-routes-extended

包简介

Visualise your routes in pretty format with Livewire filters and search.

README 文档

README

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

Pretty Routes Extended Banner

Visualise your Laravel routes in a beautiful, interactive, and searchable interface. Built with Livewire and Tailwind CSS for a premium experience.

This package is heavily inspired by and builds upon the excellent work of garygreen/pretty-routes.

Features

  • Premium UI: Modern Tailwind CSS design with high-quality aesthetics.
  • 🔍 Real-time Search: Search by URL, Name, or Action with instant debounced results.
  • 📂 Prefix Filtering: Hierarchical filtering for route prefixes (e.g., admin, api).
  • 📍 Highlighting: Toggle row highlights to track specific routes while scrolling.
  • 📜 Mirrored Scroll: A sticky footer with a synced horizontal scrollbar for easier navigation of long URIs.
  • 📊 Statistics: View total and filtered route counts at a glance.
  • 🛠 Configurable: Easily toggle debug restrictions, custom URLs, and branding.

Installation

You can install the package via composer:

composer require iperamuna/pretty-routes-extended

You can publish the config file with:

php artisan vendor:publish --tag="pretty-routes-extended-config"

This is the contents of the published config file:

return [
    'url' => env('PRETTY_ROUTES_URL', 'routes'),
    'middlewares' => [
        'web',
    ],
    'debug_only' => env('PRETTY_ROUTES_DEBUG_ONLY', true),
    // ...
];

Usage

Once installed, visit the /routes endpoint (or your custom configured URL) in your browser.

Testing

composer test

❤️ Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-17