PHPackages                             sevenshores/artisan-route-find - 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. [CLI &amp; Console](/categories/cli)
4. /
5. sevenshores/artisan-route-find

ActiveLibrary[CLI &amp; Console](/categories/cli)

sevenshores/artisan-route-find
==============================

Artisan Console Command route:find

v1.1.0(9y ago)015Apache-2.0PHP

Since Oct 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ryanwinchester/artisan-route-find)[ Packagist](https://packagist.org/packages/sevenshores/artisan-route-find)[ RSS](/packages/sevenshores-artisan-route-find/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

artisan route:find
==================

[](#artisan-routefind)

I've come across working on some Laravel-based apps that have probably 100+ routes and it can become a bit annoying to quickly find things you are looking for.

`artisan route:list` + `grep` is fine, mostly, but I ended up making a bash function to do it, as well as trimming extra whitespace from the results. Then I thought *"Hey, it would be nice if there was something built in to the framework."* Something like `artisan route:find`

So, here it is, a proof-of-concept kind of thing.

Install and Set-up
------------------

[](#install-and-set-up)

```
composer require sevenshores/artisan-route-find

```

Register the command by adding it to `app/Console/Kernel`:

```
protected $commands = [

    \SevenShores\RouteFinder\RouteFindCommand::class,

];
```

Usage
-----

[](#usage)

and now you can do something like:

```
php artisan route:find api/files

```

[![](https://camo.githubusercontent.com/e93b51b3239b0ad9daf21b59817da9cca058aa0d1062506466aea1707dca6fd0/687474703a2f2f732e7279616e77696e636865737465722e63612f3074305632313359304232572f53637265656e25323053686f74253230323031362d31302d30372532306174253230392e30332e3535253230504d2e706e67)](https://camo.githubusercontent.com/e93b51b3239b0ad9daf21b59817da9cca058aa0d1062506466aea1707dca6fd0/687474703a2f2f732e7279616e77696e636865737465722e63612f3074305632313359304232572f53637265656e25323053686f74253230323031362d31302d30372532306174253230392e30332e3535253230504d2e706e67)

and to trim extra whitespace from the results:

```
php artisan route:find api/files --trim

```

[![](https://camo.githubusercontent.com/46a79ba89862a8204cfc87398c30bde4a4eb9bdaa5b106999fa824dca8aaee36/687474703a2f2f732e7279616e77696e636865737465722e63612f31423052326b3072303634312f53637265656e25323053686f74253230323031362d31302d30382532306174253230392e33382e3530253230414d2e706e67)](https://camo.githubusercontent.com/46a79ba89862a8204cfc87398c30bde4a4eb9bdaa5b106999fa824dca8aaee36/687474703a2f2f732e7279616e77696e636865737465722e63612f31423052326b3072303634312f53637265656e25323053686f74253230323031362d31302d30382532306174253230392e33382e3530253230414d2e706e67)

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

2

Last Release

3597d ago

### Community

Maintainers

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

---

Top Contributors

[![ryanwinchester](https://avatars.githubusercontent.com/u/2897340?v=4)](https://github.com/ryanwinchester "ryanwinchester (10 commits)")

### Embed Badge

![Health badge](/badges/sevenshores-artisan-route-find/health.svg)

```
[![Health](https://phpackages.com/badges/sevenshores-artisan-route-find/health.svg)](https://phpackages.com/packages/sevenshores-artisan-route-find)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M218](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)

PHPackages © 2026

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