PHPackages                             dungvn/admin-metronic - 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. dungvn/admin-metronic

ActiveLibrary[Admin Panels](/categories/admin)

dungvn/admin-metronic
=====================

Admin builders are packages that allow administration screens

06JavaScript

Since Jul 20Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Scuti/AdminMetronic
===================

[](#scutiadminmetronic)

This is a form element pre-written with adminlte library of .

How to install
==============

[](#how-to-install)

### Step 1: install

[](#step-1-install)

```
composer require scuti/admin-metronic
```

### Step 2: add service provider

[](#step-2-add-service-provider)

In config/app.php, add following line to provider

```
Scuti\Admin\Metronic\AdminServiceProvider::class,
```

### Step 3: Use the package Admin Metronic

[](#step-3-use-the-package-admin-metronic)

```
php artisan vendor:publish --tag=admin-metronic --force
```

### Step 4: In routes/web.php

[](#step-4-in-routeswebphp)

```
Route::get('/admin', function () {
    return view('admin.index');
});

Route::get('password/reset', function () {
    return view('auth.passwords.email');
})->name('password.reset');

Route::get('/profile', function () {
    return view('auth.profile');
})->name('profile.edit');

Route::get('/change-password', function () {
    return view('auth.passwords.change');
})->name('auth.password.edit');

```

admin-metronic
==============

[](#admin-metronic)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/981840db90a38c5e4bfb9151585fd9273e3a7971aab6f4c0fb1fc184528e94a4?d=identicon)[Rungruoi](/maintainers/Rungruoi)

---

Top Contributors

[![dungvn-dev](https://avatars.githubusercontent.com/u/48022090?v=4)](https://github.com/dungvn-dev "dungvn-dev (11 commits)")

### Embed Badge

![Health badge](/badges/dungvn-admin-metronic/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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