PHPackages                             diusazzad/laranexus - 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. [Framework](/categories/framework)
4. /
5. diusazzad/laranexus

ActiveLibrary[Framework](/categories/framework)

diusazzad/laranexus
===================

Interactive Application Mindmap for Laravel developers.

v1.0.0(3mo ago)031[22 issues](https://github.com/diusazzad/LaraNexus/issues)MITBladePHP ^8.3CI passing

Since Apr 25Pushed 1mo agoCompare

[ Source](https://github.com/diusazzad/LaraNexus)[ Packagist](https://packagist.org/packages/diusazzad/laranexus)[ RSS](/packages/diusazzad-laranexus/feed)WikiDiscussions main Synced 1w ago

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

LaraNexus 🚀
===========

[](#laranexus-)

 [![LaraNexus Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)

 **LaraNexus** is a premium visualization toolkit designed for Laravel architects. It transforms your complex application flows into an interactive, sleek, and intuitive mindmap.

 [![Latest Stable Version](https://camo.githubusercontent.com/5a96c5226cac804e197bb9a6103b12b649a88f3e1e2368595adb02e9b5414a6a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76312e302e302d2d737461626c652d626c75653f7374796c653d666c61742d737175617265)](#) [![Total Downloads](https://camo.githubusercontent.com/b84dd68b3e0b0fd272e6cdcc70c7170ede6ca0cccd77c47c272dd793f4fcb677/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f776e6c6f6164732d3130302532422d627269676874677265656e3f7374796c653d666c61742d737175617265)](#) [![Build Status](https://camo.githubusercontent.com/7dcd57f22e5d397a71b9698c80a53d43352412c41f6cb36ffd25cb56db0a2367/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c642d70617373696e672d627269676874677265656e3f7374796c653d666c61742d737175617265)](#) [![License](https://camo.githubusercontent.com/ac049ef4e7a0b7196b09add6ac2d4f180e544c0ac779c2b2ac2fd2723a209579/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d737175617265)](#)

[![LaraNexus Dashboard Sample](docs/images/sample.png)](docs/images/sample.png)

---

✨ Features
----------

[](#-features)

- 🗺️ **Interactive Mindmap:** View your entire application flow from Route to Method in a node-based graph.
- 🎨 **Premium UI:** Modern Dark-mode dashboard with Glassmorphism effects.
- 📊 **Visual Hierarchy:** Group routes by Controllers using Mermaid.js subgraphs.
- 🛡️ **Security Mapping:** Automated Middleware detection and visualization on the map.
- 🔍 **Deep Discovery:** Static analysis scanning of Controllers for Eloquent Models and Blade Views.
- 🛠 **IDE Connectivity:** Open any file directly in VS Code with a single click.
- 📑 **Project Tree:** Full hierarchical view of your application's source code.
- ⚡ **Live Search:** Real-time filtering of routes and controllers.
- 📤 **SVG Export:** Save your architecture map for documentation or presentations.
- 🛠️ **Zero Configuration:** Install and go. It works out of the box for standard and modular projects.
- 🔗 **Deep Connectivity:** (Coming Soon) Visualize Eloquent relationships and Service injections.

📦 Installation
--------------

[](#-installation)

You can install the package via composer:

```
composer require diusazzad/laranexus --dev
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laranexus-config"
```

🚀 Usage
-------

[](#-usage)

Once installed, simply visit your application's dashboard at:

`http://your-app.test/laranexus`

Note

By default, the dashboard is only accessible in the `local` environment for security reasons.

📚 Learning Roadmap
------------------

[](#-learning-roadmap)

Want to learn how this package was built from scratch? Check out our step-by-step documentation: 👉 **[The Learning Journey](learn/01_Initial_Strategy.md)**

⚙️ Configuration
----------------

[](#️-configuration)

The published configuration file `config/laranexus.php` allows you to customize:

KeyEnvironment variableTypePurpose`path``LARANEXUS_PATH`stringThe dashboard URI path, default `laranexus`.`middleware`*(none)*arrayRoute middleware applied to LaraNexus screens (default: `['web']`).### Example

[](#example)

```
LARANEXUS_PATH=admin/architecture
```

```
return [
    'path' => env('LARANEXUS_PATH', 'laranexus'),
    'middleware' => [
        'web',
        'auth',
    ],
];
```

🧱 Supported Versions
--------------------

[](#-supported-versions)

- **PHP**: `8.3` and above.
- **Laravel**: `12` and `13`.

🛡️ Security
-----------

[](#️-security)

If you discover any security-related issues, please email  instead of using the issue tracker.

🤝 Contributing
--------------

[](#-contributing)

LaraNexus is an open-source project. If you'd like to contribute, please check our [Contribution Guide](CONTRIBUTING.md).

📄 License
---------

[](#-license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

---

Built with ❤️ for the Laravel Community by [diusazzad](https://github.com/diusazzad)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance89

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

90d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83117020?v=4)[Sazzad Hossain](/maintainers/diusazzad)[@diusazzad](https://github.com/diusazzad)

---

Top Contributors

[![diusazzad](https://avatars.githubusercontent.com/u/83117020?v=4)](https://github.com/diusazzad "diusazzad (12 commits)")[![ded-furby](https://avatars.githubusercontent.com/u/190979964?v=4)](https://github.com/ded-furby "ded-furby (1 commits)")

---

Tags

laravellaravel-packageframeworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/diusazzad-laranexus/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.7k63.2M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.8k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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