PHPackages                             ljubadr/easyroutes - 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. ljubadr/easyroutes

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

ljubadr/easyroutes
==================

Web interface for laravel routes

1.0.15(8y ago)1130MITHTMLPHP &gt;=5.3.0

Since Oct 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ljubadr/easyroutes)[ Packagist](https://packagist.org/packages/ljubadr/easyroutes)[ Docs](https://github.com/ljubadr/easyroutes)[ RSS](/packages/ljubadr-easyroutes/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (17)Used By (0)

Laravel helper package to view routes in browser
================================================

[](#laravel-helper-package-to-view-routes-in-browser)

[![Screenshot](/screenshot.png?raw=true "Screenshot with laravel voyager")](/screenshot.png?raw=true)

This is a package that I created to help me speed up the laravel developement.

Features:
---------

[](#features)

- search for the route by url
- search history
- toggle columns visibility
- table with search filter
- column to see if route exists or not
- view php method comments
- open file in editor - jump to class@method definition in editor
- saved page state - close and reopen the page to continue where you left off

Table of Contents
-----------------

[](#table-of-contents)

- [Install](#install)
- [Provider](#provider)
- [Publish](#publish)
- [Config](#config)

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

[](#installation)

```
composer require ljubadr/easyroutes
```

### For Laravel 5.5 +

[](#for-laravel-55-)

This package can be auto discovered by Laravel.

### For Laravel 5.4 or disabled package discovery

[](#for-laravel-54-or-disabled-package-discovery)

Add EasyRoutesServiceProvider provider to the providers array in `config/app.php`

```
    'providers' => [
        ...
         Ljubadr\EasyRoutes\Providers\EasyRoutesServiceProvider::class,
         ...
    ],
```

Publish
-------

[](#publish)

Publish config and assets
`php artisan vendor:publish --provider="Ljubadr\EasyRoutes\Providers\EasyRoutesServiceProvider"`

Config
------

[](#config)

Config is copied to `config/easyroutes.php`.
Read comments for more info about the settings.

Opening files in editor by clicking on the link in the Action column
--------------------------------------------------------------------

[](#opening-files-in-editor-by-clicking-on-the-link-in-the-action-column)

### If you are using IntelliJ IDEA (webstorm, phpstorm, ...)

[](#if-you-are-using-intellij-idea-webstorm-phpstorm-)

If you are using virtual machine for your dev server, read `config/easyroutes.php` how to setup mapping.
To open the file in editor click on the link in the `action` column.

### If you are using sublime, vscode, atom, ...

[](#if-you-are-using-sublime-vscode-atom-)

Go to repository and follow instructions to setup opening files with url

To open the file in editor click on the link in the `action` column.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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 ~0 days

Total

16

Last Release

3125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d607cd1e963476f0fd5b1dcdb1ce6a45c5824fe4793faca7ba8e73a51a7a891d?d=identicon)[ljubadr](/maintainers/ljubadr)

---

Top Contributors

[![ljubadr](https://avatars.githubusercontent.com/u/13367907?v=4)](https://github.com/ljubadr "ljubadr (30 commits)")

---

Tags

weblaravelhelperroutes

### Embed Badge

![Health badge](/badges/ljubadr-easyroutes/health.svg)

```
[![Health](https://phpackages.com/badges/ljubadr-easyroutes/health.svg)](https://phpackages.com/packages/ljubadr-easyroutes)
```

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)

PHPackages © 2026

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