PHPackages                             superv/platform - 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. superv/platform

ActiveLibrary[Admin Panels](/categories/admin)

superv/platform
===============

SuperV Platform Package

v0.25.1(3y ago)2411.6k↓25%5[19 issues](https://github.com/superv/platform/issues)5MITPHPPHP ^7.4CI failing

Since Dec 14Pushed 2y ago8 watchersCompare

[ Source](https://github.com/superv/platform)[ Packagist](https://packagist.org/packages/superv/platform)[ RSS](/packages/superv-platform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (11)Versions (52)Used By (5)

SuperV Platform for Laravel [![Build Status](https://camo.githubusercontent.com/8e78ecc4fc0cde22a11751e7e67f3a46102bd499e84309f9d6a34948b7cb9cf0/68747470733a2f2f7472617669732d63692e6f72672f7375706572762f706c6174666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/superv/platform)
========================================================================================================================================================================================================================================================================================================

[](#superv-platform-for-laravel-)

SuperV is a Laravel package that provides an SPA Admin Panel based on your migration files, without generating or requiring additional files.

Please visit  for documentation.

Click [here](https://superv.github.io/tutorials/videos.html) for video tutorials.

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

[](#installation)

### Requirements

[](#requirements)

superV has the following requirments:

- Laravel 5.8+ or 6.\*
- PHP 7.2.0+
- NPM (If you are willing to customize the frontend)

### Install as a Composer Package

[](#install-as-a-composer-package)

Pull in the latest superV Platform package:

```
composer require superv/platform
```

Run the installer

```
php artisan superv:install
```

Installer will try to complete the following configurations for you:

- [Configure composer.json for the Merge Plugin](./configuration.html#configure-composer-json-for-the-merge-plugin)
- [Create a full privileged User](./configuration.html#create-a-full-privileged-user)
- [Create the Addons directory](./configuration.html#create-the-addons-directory)

Install the composer package for Admin Panel addon:

```
composer require superv/admin-panel
```

Install the Admin Panel

```
php artisan addon:install superv.panels.admin
```

You can now navigate to `http://your-base-hostname/admin` using your browser and login with the user credentials you created during the installation process.

### Install as a Fresh Project

[](#install-as-a-fresh-project)

Create project with composer in your terminal:

```
composer create-project superv/superv-project
```

Your web server should point to project's `public` folder for your hostname (eg: `superv.test`). Just as it would in a normal Laravel application.

Required directory permissions are also same with a normal laravel application with one exception, which is the `addons` folder. So make sure this folder is writable by your web server too.

Next, create a database and add your credentials to your `.env` file:

```
DB_HOST=localhost
DB_DATABASE=superv
DB_USERNAME=superv
DB_PASSWORD=secret

```

And install superV

```
php artisan superv:install
```

Install the Admin Panel

```
php artisan addon:install superv.panels.admin
```

You can now navigate to `http://your-base-hostname/admin` using your browser and login with the user credentials you created during the installation process.

Support
-------

[](#support)

If you any questions, feel free to contact me on [Twitter](https://twitter.com/daliselcuk).

License
-------

[](#license)

[MIT](https://github.com/superv/superv-platform/blob/master/LICENSE.md)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance4

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 99.8% 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 ~47 days

Recently: every ~65 days

Total

43

Last Release

1078d ago

PHP version history (5 changes)v0.3.0PHP &gt;=7.1.3

v0.4.0PHP ^7.1.3

v0.20.0PHP ^7.2

v0.23.4PHP ^7.4

0.30.8.x-devPHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![aliselcuk](https://avatars.githubusercontent.com/u/966776?v=4)](https://github.com/aliselcuk "aliselcuk (1610 commits)")[![NathanGiesbrecht](https://avatars.githubusercontent.com/u/1516627?v=4)](https://github.com/NathanGiesbrecht "NathanGiesbrecht (2 commits)")[![ysnvpr](https://avatars.githubusercontent.com/u/7678191?v=4)](https://github.com/ysnvpr "ysnvpr (2 commits)")

---

Tags

adminadmin-paneldashboardlaravellaravel-adminlaravel-extensionmodularphpphplaraveldashboardadminmodularlaravel-adminadmin-panellaravel-extension

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)

PHPackages © 2026

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