PHPackages                             viropanel/admin-laravel - 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. viropanel/admin-laravel

ActiveLibrary[Admin Panels](/categories/admin)

viropanel/admin-laravel
=======================

Laravel admin panel

047JavaScript

Since Sep 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/VitalieZ/admin-laravel)[ Packagist](https://packagist.org/packages/viropanel/admin-laravel)[ RSS](/packages/viropanel-admin-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Admin laravel CRUD
==================

[](#admin-laravel-crud)

⛵`admin-laravel` is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.0
- Laravel &gt;= 8.0.0
- MySql

Installation in empty project
-----------------------------

[](#installation-in-empty-project)

> This package requires PHP 7+ and Laravel 8.0.0.

First, install laravel 8.0, and make sure that the database connection settings are correct.

```
composer require viropanel/admin-laravel

```

After install configure file `.env` for db connection.

For automatic installation and configure use this command：

```
php artisan admin-panel:empty-project

```

Open `http://localhost/admin/` in browser,use username `admin@admin.loc` and password `12345678` to login.

Multilanguage
-------------

[](#multilanguage)

If you need localization set `'localization' => true` from `config/admin.php`. Default languege is only `en` optional you can use `ro` and `ru`, or use optional only one `ru` or `ro`

For categories

```
'category' => [
    'localization' => true
    'lang' => ['ru', 'ro']
],

```

For menu admin

```
'menu_admin' => [
    'localization' => true,
    'lang' => ['ru', 'ro']
]

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/789e8a9da4cc59f053547823987df80986dddea05c4439ec78fd264a36bcb56d?d=identicon)[VitalieZ](/maintainers/VitalieZ)

---

Top Contributors

[![VitalieZ](https://avatars.githubusercontent.com/u/19294588?v=4)](https://github.com/VitalieZ "VitalieZ (82 commits)")

### Embed Badge

![Health badge](/badges/viropanel-admin-laravel/health.svg)

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

###  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)
