PHPackages                             kebalicious/laravel-atlas - 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. kebalicious/laravel-atlas

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

kebalicious/laravel-atlas
=========================

Laravel Atlas, pretty routes viewer for Laravel 5+

1.0.1(2y ago)073MITCSS

Since Jan 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kebalicious/laravel-atlas)[ Packagist](https://packagist.org/packages/kebalicious/laravel-atlas)[ RSS](/packages/kebalicious-laravel-atlas/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![logo](https://raw.githubusercontent.com/kebalicious/laravel-atlas/master/logo.png)](https://raw.githubusercontent.com/kebalicious/laravel-atlas/master/logo.png) Laravel Atlas
=================================================================================================================================================================================

[](#-laravel-atlas)

[![Laravel Atlas](https://raw.githubusercontent.com/kebalicious/laravel-atlas/master/sample.png)](https://raw.githubusercontent.com/kebalicious/laravel-atlas/master/sample.png)

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

[](#installation)

Install package from Packagist via:

```
composer require kebalicious/laravel-atlas
```

If you are using Laravel Package Auto-Discovery, ignore next step.

Otherwise,

Open `config/app.php`. Under `'providers' => [ ]` array, add:

```
LaravelAtlas\ServiceProvider::class,
```

Next, publish the config file:

```
php artisan vendor:publish --provider="LaravelAtlas\ServiceProvider"
```

To access your routes: `your-domain/routes`

If `/routes` not working, ensure that you have included the provider within the same area as all your package providers (before all your app's providers) to ensure it takes priority.

By default Laravel Atlas only enables itself when `APP_DEBUG` env is true. You can configure this on the published config as above, or add any custom middlewares.

Notes
-----

[](#notes)

This package is originally forked from [GaryGreen's Pretty Routes](https://github.com/garygreen/pretty-routes), with some enhancement on UI and features.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7531aea01dc8605d570bf21f3496f924bb200c62deb35fc03a9e8eac583d6d9a?d=identicon)[kebalicious](/maintainers/kebalicious)

---

Top Contributors

[![kebalicious](https://avatars.githubusercontent.com/u/55217527?v=4)](https://github.com/kebalicious "kebalicious (23 commits)")

### Embed Badge

![Health badge](/badges/kebalicious-laravel-atlas/health.svg)

```
[![Health](https://phpackages.com/badges/kebalicious-laravel-atlas/health.svg)](https://phpackages.com/packages/kebalicious-laravel-atlas)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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