{"id":15764680,"url":"https://github.com/ctf0/route-map","last_synced_at":"2026-03-18T17:42:37.528Z","repository":{"id":56959925,"uuid":"152954776","full_name":"ctf0/route-map","owner":"ctf0","description":"\"list,filter,navigate,open\" your laravel app routes","archived":false,"fork":false,"pushed_at":"2023-01-03T23:14:57.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T16:22:04.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctf0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"ctf0"}},"created_at":"2018-10-14T08:39:39.000Z","updated_at":"2025-01-13T22:18:14.000Z","dependencies_parsed_at":"2023-02-01T13:01:13.839Z","dependency_job_id":null,"html_url":"https://github.com/ctf0/route-map","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ctf0/route-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Froute-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Froute-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Froute-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Froute-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctf0","download_url":"https://codeload.github.com/ctf0/route-map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Froute-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013473,"owners_count":26085274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T12:04:25.547Z","updated_at":"2025-10-12T23:55:38.231Z","avatar_url":"https://github.com/ctf0.png","language":"Blade","funding_links":["https://github.com/sponsors/ctf0"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    RouteMap\n    \u003cbr\u003e\n    \u003ca href=\"https://packagist.org/packages/ctf0/route-map\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/ctf0/route-map.svg\" alt=\"Latest Stable Version\" /\u003e\u003c/a\u003e \u003ca href=\"https://packagist.org/packages/ctf0/route-map\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/ctf0/route-map.svg\" alt=\"Total Downloads\" /\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"main\" src=\"https://user-images.githubusercontent.com/7388088/46914425-12b25d00-cfa6-11e8-8a80-6a4b8a5548ad.jpg\"/\u003e\n\u003c/p\u003e\n\n- package requires Laravel v5.4+\n\n\u003cbr\u003e\n\n## Installation\n\n- `composer require ctf0/route-map`\n\n- (Laravel \u003c 5.5) add the service provider \u0026 facade\n\n    ```php\n    'providers' =\u003e [\n        ctf0\\RouteMap\\RouteMapServiceProvider::class,\n    ];\n    ```\n\n- publish the package assets with\n\n    `php artisan vendor:publish --provider=\"ctf0\\RouteMap\\RouteMapServiceProvider\"`\n\n- after installation, run `php artisan rm:setup` to add\n    + package routes to `routes/web.php`\n    + package assets compiling to `webpack.mix.js`\n\n- install dependencies\n\n    ```bash\n    yarn add vue vue-awesome@v2\n    ```\n\n- add this one liner to your main js file and run `npm run watch` to compile your `js/css` files.\n    + if you are having issues [Check](https://ctf0.wordpress.com/2017/09/12/laravel-mix-es6/).\n\n    ```js\n    // app.js\n\n    window.Vue = require('vue')\n\n    require('../vendor/RouteMap/js/manager')\n\n    new Vue({\n        el: '#app'\n    })\n    ```\n\n\u003cbr\u003e\n\n## Features\n\n- list all app routes.\n- filter routes by\n    + Group\n    + Methods\n    + Domain\n    + Url\n    + Name\n    + Action\n    + Middleware\n- collapse/expand all groups at once\n- show/hide specific grouped routes\n- quickly scroll to start/end of the routes list\n- quickly open controller files in your favorite editor\n\n\u003cbr\u003e\n\n## Usage\n\n- visit `localhost:8000/route-map`\n\n### Security\n\nIf you discover any security-related issues, please email [ctf0-dev@protonmail.com](mailto:ctf0-dev@protonmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Froute-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctf0%2Froute-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Froute-map/lists"}