PHPackages                             vortexpanel/vortexpanel - 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. [Admin Panels](/categories/admin)
4. /
5. vortexpanel/vortexpanel

ActiveLibrary[Admin Panels](/categories/admin)

vortexpanel/vortexpanel
=======================

VortexPanel — Futuristic, ultra-fast admin panel for Laravel 10+.

v0.1.3(5mo ago)02MITPHPPHP ^8.1

Since Jan 17Pushed 5mo agoCompare

[ Source](https://github.com/viryl15/VortexPanel)[ Packagist](https://packagist.org/packages/vortexpanel/vortexpanel)[ Docs](https://github.com/viryl15/vortexpanel)[ RSS](/packages/vortexpanel-vortexpanel/feed)WikiDiscussions main Synced today

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

VortexPanel
===========

[](#vortexpanel)

**VortexPanel** is a futuristic, ultra-fast, open-source admin panel for **Laravel 10+**.

Core goals:

- **Speed-first**: server-side tables, predictable queries, minimal JS overhead.
- **Futuristic UI**: clean dark-first interface, keyboard-first UX.
- **Package-first**: installable via Composer and one Artisan command.

This repo is a monorepo:

- `packages/vortexpanel-core` — backend core (routes, middleware, resource system, installer)
- `packages/vortexpanel-ui` — Inertia + Vue pages/components (published into the host app)
- `packages/vortexpanel` — meta package that requires core + ui
- `apps/demo` — local dev demo app (created via script)

Quick start (demo)
------------------

[](#quick-start-demo)

```
./scripts/setup-demo.sh
```

> **Windows note (WSL1):** Laravel Breeze / Vite tooling is unreliable in WSL1. Use the Docker workflow below (recommended) or upgrade to WSL2.

Then in **apps/demo**:

```
php artisan vortexpanel:install
php artisan migrate
npm install
npm run dev
```

Open: `http://127.0.0.1:8000/admin`

Docker workflow (recommended on Windows)
----------------------------------------

[](#docker-workflow-recommended-on-windows)

1. Run the setup once (creates `apps/demo`, installs deps, installs VortexPanel):

```
docker compose --profile setup run --rm setup
```

2. Start the dev servers:

```
docker compose up -d app vite
```

Open:

- Admin: `http://localhost:8000/admin`
- Vite: `http://localhost:5173`

Stop:

```
docker compose down
```

Windows PowerShell setup
------------------------

[](#windows-powershell-setup)

From PowerShell in repo root:

```
./scripts/setup-demo.ps1
```

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance71

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

3

Last Release

165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b3dd8eaf671d37db5661aaad007559f25f76e3ce7ef378f3489e17940f9206c?d=identicon)[viryl15](/maintainers/viryl15)

---

Top Contributors

[![viryl15](https://avatars.githubusercontent.com/u/42947084?v=4)](https://github.com/viryl15 "viryl15 (9 commits)")

---

Tags

laravelinertiadashboardadminvuepanelfuturistic

### Embed Badge

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

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

PHPackages © 2026

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