PHPackages                             malekfar/panel - 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. malekfar/panel

ActiveLibrary[Admin Panels](/categories/admin)

malekfar/panel
==============

it's a base panel

1182JavaScript

Since Feb 8Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

run composer require malekfar/panel

run php artisan vendor:publish

chang locale to fa in config/app.php

change composer.json autoload section like below

"autoload": { "psr-4": { "App\\": "app/" }, "classmap": \[ "database/seeds", "database/factories", "app/Models/" \], "files": \[ "app/Tools/helpers.php" \] }

run composer dump-autoload

change user provider model in auth.php in config directory like below

```
'providers' => [
    'users' => [
        'driver' => 'eloquent',
        'model' => App\Models\User::class,
    ],

    // 'users' => [
    //     'driver' => 'database',
    //     'table' => 'users',
    // ],
],

```

php artisan migrate

add these seeders call in DatabaseSeeder.php

```
$this->call(Panel_UserSeeder::class);
$this->call(Panel_MenuSeeder::class);
$this->call(Panel_PermissionSedder::class);

```

php artisan db:seed

php artisan serve

go to 127.0.0.1:8000/login

email: password: 123456

enjoy it.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

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/99f19c7ca787c28d131a6231ef111624290854b87c00f4ae3f9243db02bd4d9e?d=identicon)[malekfar](/maintainers/malekfar)

---

Top Contributors

[![Malekfar](https://avatars.githubusercontent.com/u/33530385?v=4)](https://github.com/Malekfar "Malekfar (15 commits)")

### Embed Badge

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

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

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