PHPackages                             mr4-lc/route-viewing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mr4-lc/route-viewing

ActiveLibrary

mr4-lc/route-viewing
====================

Laravel route viewing

0.0.1(2y ago)09MITPHPPHP &gt;=7.0.0

Since Dec 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/han48/mr4-lc.route-viewing)[ Packagist](https://packagist.org/packages/mr4-lc/route-viewing)[ Docs](https://github.com/han48/mr4-lc.route-viewing)[ RSS](/packages/mr4-lc-route-viewing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Lock screen
===========

[](#lock-screen)

Only one use can be view page in one time.

Screenshot
----------

[](#screenshot)

Installation
------------

[](#installation)

```
composer require mr4-lc/route-viewing
php artisan vendor:publish --tag=mr4-lc-route-viewing --force
```

Configuration
-------------

[](#configuration)

config/mr4lc-route-viewing.php

```
[
    'lock' => [
        'suffix' => '/sedit',
    ],
    'port' => 8090,
    'config' => [
        '0' => [
            'user_class' => App\Models\User::class,
            'display_name' => 'name',
        ],
        '1' => [
            'user_class' => Encore\Admin\Auth\Database\Administrator::class,
            'display_name' => 'name',
        ],
    ],
]
```

Usage
-----

[](#usage)

vite.config.js

- Add 'resources/js/mr4lc-route-viewing.js'

```
input: [
    'resources/css/app.css', 'resources/js/app.js',
    'resources/js/mr4lc-route-viewing.js'
],

```

resources/js/app.js

- Add import './mr4lc-route-viewing'

```
import './mr4lc-route-viewing'

```

Add to layout template

```

@vite(['resources/css/app.css', 'resources/js/app.js'])

```

If you use laravel-admin.

```

@vite(['resources/js/mr4lc-route-viewing.js'])

```

Start websocket

```
php artisan websocket:init

```

License
-------

[](#license)

Licensed under The [MIT License (MIT)](https://github.com/han48/mr4-lc.select-birthday/blob/main/LICENSE).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76fe5f5458078ee9ea3f07eb623d35e0d09540bcd83cfa688ff488739b0595f9?d=identicon)[Mr4](/maintainers/Mr4)

---

Top Contributors

[![dungdv-sbt](https://avatars.githubusercontent.com/u/92131000?v=4)](https://github.com/dungdv-sbt "dungdv-sbt (4 commits)")[![han48](https://avatars.githubusercontent.com/u/27817127?v=4)](https://github.com/han48 "han48 (1 commits)")

---

Tags

extensionlaravel-adminroute-viewing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mr4-lc-route-viewing/health.svg)

```
[![Health](https://phpackages.com/badges/mr4-lc-route-viewing/health.svg)](https://phpackages.com/packages/mr4-lc-route-viewing)
```

###  Alternatives

[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
