PHPackages                             lostgdi/admin-account - 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. lostgdi/admin-account

ActiveLibrary[Admin Panels](/categories/admin)

lostgdi/admin-account
=====================

A base administration system

1.2(10y ago)026PHP

Since Feb 13Pushed 10y agoCompare

[ Source](https://github.com/lostgdi/admin-account)[ Packagist](https://packagist.org/packages/lostgdi/admin-account)[ RSS](/packages/lostgdi-admin-account/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

admin-account for laravel 5
===========================

[](#admin-account-for-laravel-5)

Instruction
===========

[](#instruction)

As we build our new project so often , We need a more convenient way to avoid these boring work for user managerment , such as: New , Modify , Delete.

Installation
============

[](#installation)

- Run **composer require lostgdi/admin-account**
- Add **Lostgdi\\Admin\\App\\Providers\\AdminServiceProvider::class,** to providers in config/app.php
- Add **'Admin' =&gt; Lostgdi\\Admin\\App\\Facades\\Admin::class,** to aliases in config/app.php
- Add **'auth\_admin\_account' =&gt; \\Lostgdi\\Admin\\App\\Http\\Middleware\\AuthenticateAdminAccount::class,** to routeMiddleware in app/http/kernel.php
- Add **'auth\_admin\_account\_manager' =&gt; \\Lostgdi\\Admin\\App\\Http\\Middleware\\AuthenticateAdminAccountManager::class,** to routeMiddleware in app/http/kernel.php
- Run **php artisan vendor:publish**

DataBase Setup
==============

[](#database-setup)

Note: You should handle your user table , depanding on your situation. Either drop user table then excute the migrate command or your way of dealing. - Run **php artisan migrate**
- Run **php artisan db:seed --class=DatabaseSeeder\_user**

Usage
=====

[](#usage)

-

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3162650?v=4)[lostgdi](/maintainers/lostgdi)[@lostgdi](https://github.com/lostgdi)

---

Top Contributors

[![lostgdi](https://avatars.githubusercontent.com/u/3162650?v=4)](https://github.com/lostgdi "lostgdi (12 commits)")

### Embed Badge

![Health badge](/badges/lostgdi-admin-account/health.svg)

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

PHPackages © 2026

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