PHPackages                             keyhunter/administrator - 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. keyhunter/administrator

ActiveLibrary[Admin Panels](/categories/admin)

keyhunter/administrator
=======================

0116[1 issues](https://github.com/WebStra/administrator/issues)JavaScript

Since Jul 24Pushed 8y agoCompare

[ Source](https://github.com/WebStra/administrator)[ Packagist](https://packagist.org/packages/keyhunter/administrator)[ RSS](/packages/keyhunter-administrator/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Admin panel for Laravel 5.4
===========================

[](#admin-panel-for-laravel-54)

**This package require this packages:**

```
composer require keyhunter/multilingual dev-master
composer require keyhunter/translatable dev-master

```

install this packages **before** installing `keyhunter/administrator`

Intallation
-----------

[](#intallation)

- Install the package:

```
composer require keyhunter/administrator dev-master

```

- Add **ServiceProvider.php** to the `$providers` in *{root\_project}\\config\\app.php* :

```
'providers' => [
    // ...
    Keyhunter\Administrator\ServiceProvider::class
];

```

-Update **AppServiceProvider** from App\\Providers\\AppServiceProvider **use Illuminate\\Support\\Facades\\Schema;**-place in public function boot() :

```
 Schema::defaultStringLength(191);

```

- Remove **DatabaseSeeder.php** from *{root\_project}\\database\\seeds*and remove **create\_users\_table** from *{root\_project}\\database\\migrations* if exists and publish files from `/vendor` :

```
php artisan vendor:publish

```

- Run this command:

```
composer dump-autoload

```

- Migrate the required tables:

```
php artisan migrate

```

- Seed the initial data to tables:

```
php artisan db:seed

```

- Go to `App\User::class` and change:

**from:**

```
use Illuminate\Foundation\Auth\User as Authenticatable;

```

**to:**

```
use Keyhunter\Administrator\AuthRepository as Authenticatable;

```

- Done. Now go to `localhost\admin` to login use:

```
  login: admin@admin.com
  pass: admin123

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/17321360?v=4)[Marcel Stratu](/maintainers/WebStra)[@WebStra](https://github.com/WebStra)

---

Top Contributors

[![WebStra](https://avatars.githubusercontent.com/u/17321360?v=4)](https://github.com/WebStra "WebStra (19 commits)")

### Embed Badge

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

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

PHPackages © 2026

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