PHPackages                             ctf0/route-map - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ctf0/route-map

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

ctf0/route-map
==============

list all app routes

v1.1.6(5y ago)117MITBlade

Since Oct 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ctf0/route-map)[ Packagist](https://packagist.org/packages/ctf0/route-map)[ Docs](https://github.com/ctf0/route-map)[ RSS](/packages/ctf0-route-map/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

 RouteMap
 [![Latest Stable Version](https://camo.githubusercontent.com/e51c0a9298b0e021c31589bcaa0ab73f02870a20d3bd15261516528b21112969/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637466302f726f7574652d6d61702e737667)](https://packagist.org/packages/ctf0/route-map) [![Total Downloads](https://camo.githubusercontent.com/6cc14810b5501dddbe42a9cdff5bd7c6fc1307eff255570d1cad83fe62e22abf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637466302f726f7574652d6d61702e737667)](https://packagist.org/packages/ctf0/route-map)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#----routemap---------)

 [![main](https://user-images.githubusercontent.com/7388088/46914425-12b25d00-cfa6-11e8-8a80-6a4b8a5548ad.jpg)](https://user-images.githubusercontent.com/7388088/46914425-12b25d00-cfa6-11e8-8a80-6a4b8a5548ad.jpg)

- package requires Laravel v5.4+

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

[](#installation)

- `composer require ctf0/route-map`
- (Laravel &lt; 5.5) add the service provider &amp; facade

    ```
    'providers' => [
        ctf0\RouteMap\RouteMapServiceProvider::class,
    ];
    ```
- publish the package assets with

    `php artisan vendor:publish --provider="ctf0\RouteMap\RouteMapServiceProvider"`
- after installation, run `php artisan rm:setup` to add

    - package routes to `routes/web.php`
    - package assets compiling to `webpack.mix.js`
- install dependencies

    ```
    yarn add vue vue-awesome@v2
    ```
- add this one liner to your main js file and run `npm run watch` to compile your `js/css` files.

    - if you are having issues [Check](https://ctf0.wordpress.com/2017/09/12/laravel-mix-es6/).

    ```
    // app.js

    window.Vue = require('vue')

    require('../vendor/RouteMap/js/manager')

    new Vue({
        el: '#app'
    })
    ```

Features
--------

[](#features)

- list all app routes.
- filter routes by
    - Group
    - Methods
    - Domain
    - Url
    - Name
    - Action
    - Middleware
- collapse/expand all groups at once
- show/hide specific grouped routes
- quickly scroll to start/end of the routes list
- quickly open controller files in your favorite editor

Usage
-----

[](#usage)

- visit `localhost:8000/route-map`

### Security

[](#security)

If you discover any security-related issues, please email .

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~111 days

Total

8

Last Release

1990d ago

PHP version history (2 changes)v1.0.0PHP ~7.0

v1.1.5PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/51dbfff65441e32301575f8ac241895817975e754d15574b86f543b33f1961f6?d=identicon)[ctf0](/maintainers/ctf0)

---

Top Contributors

[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (24 commits)")

---

Tags

laravelroutes list

### Embed Badge

![Health badge](/badges/ctf0-route-map/health.svg)

```
[![Health](https://phpackages.com/badges/ctf0-route-map/health.svg)](https://phpackages.com/packages/ctf0-route-map)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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