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

ActiveLibrary[Admin Panels](/categories/admin)

ikepu-tp/laravel-admin
======================

This is a package for laravel admin. You can add a function to manage users as user to your laravel application.

v1.1.0(2y ago)09MITPHPPHP ^8.2

Since Aug 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ikepu-tp/laravel-admin)[ Packagist](https://packagist.org/packages/ikepu-tp/laravel-admin)[ Docs](https://rainbow-patissier.com)[ RSS](/packages/ikepu-tp-laravel-admin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel Admin
=============

[](#laravel-admin)

[日本語版](https://qiita.com/ikepu-tp/items/f86a2f8f2557d0f77184)

This is a library to add administrator functionality to `Laravel Project`.

Features
--------

[](#features)

- Set administrators from users
- Show the list of users

How to use
----------

[](#how-to-use)

### 1. Install from `composer`

[](#1-install-from-composer)

```
composer require ikepu-tp/laravel-admin
```

### 2. Publish configure file

[](#2-publish-configure-file)

```
php artisan vendor:publish --tag=laravelAdmin-config
```

### 3. Migrate

[](#3-migrate)

```
php artisan migrate
```

### 4. Add `UserTrait` to `User.php`

[](#4-add-usertrait-to-userphp)

```
class User extends Model {
    use \ikepu_tp\LaravelAdmin\app\Models\UserTrait;
```

### 5. Set administrator at the first time

[](#5-set-administrator-at-the-first-time)

```
insert into user_grants (user_id,grant) values (`your user_id`,0)
```

At the first time, you have to set administrator by SQL but you can set on  after that.

Contributing
------------

[](#contributing)

Thank you for your contributions. If you find bugs, let me know them with issues.

License
-------

[](#license)

Copyright (c) 2023 ikepu-tp.

This is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

2

Last Release

999d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ac86e517a7246ddca22b5fff5a1842130dcc28e44516e388ca07109312eacac?d=identicon)[ikepu-tp](/maintainers/ikepu-tp)

---

Tags

laraveladmin

### Embed Badge

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

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

###  Alternatives

[encore/laravel-admin

laravel admin

11.2k3.1M444](/packages/encore-laravel-admin)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)

PHPackages © 2026

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