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

ActiveLibrary[Admin Panels](/categories/admin)

nanuc/laravel-admin
===================

1.0.6(3y ago)04501BladePHP ^7.4|^8.0

Since Feb 18Pushed 3y agoCompare

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

READMEChangelog (5)Dependencies (5)Versions (8)Used By (1)

This package adds an admin panel to your app.

Installation
------------

[](#installation)

`composer require nanuc/laravel-admin`

#### Publish config

[](#publish-config)

` php artisan vendor:publish --provider="Nanuc\LaravelAdmin\LaravelAdminServiceProvider" --tag=config`

This package assumes you want to access your admin panel at `/admin` and have a route `dashboard` (to return to from the admin panel). You can setup change this values in the config.

You can enable/disable modules in the `modules` parameter. You can add own modules too - see "Customization".

#### Edit .env

[](#edit-env)

Add the user accounts that are supposed to be admins to your .env. `ADMINS=user1@example.com,user2@example.com`

#### Impersonation

[](#impersonation)

Add the trait `Nanuc\LaravelAdmin\Traits\InteractsWithAdmin` to your User model.

Usage
-----

[](#usage)

#### Link to admin area

[](#link-to-admin-area)

Place a link to the route `admin.home` somewhere in your navigation. Make sure that only admins will see it.

If you use Jetstream you can use `` and `` in your dropdown navigation menus. Only admins will see it by default.

#### Impersonation information

[](#impersonation-information)

Add `` to the top of your layout to show information about who is being impersonated.

#### Blade views

[](#blade-views)

You can use the `@admin` directive in your blade views.

```
@admin
    Only admins can see this.
@endadmin

```

Customization
-------------

[](#customization)

#### Custom Modules

[](#custom-modules)

You can create own modules that will appear in the navigation. You have to create a class that extends `Nanuc\LaravelAdmin\Modules\AdminModule`. See how `Nanuc\LaravelAdmin\Modules\Users\Users` is built and start from there.

#### Custom CSS/JS

[](#custom-cssjs)

To import your own CSS/JS go to your laravel-admin config.

```
'styles' => [
    env('APP_URL').'/path/to/your/custom.css',
],
'scripts' => [
    env('APP_URL').'/path/to/your/custom.js',
],

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.9% 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 ~105 days

Recently: every ~82 days

Total

7

Last Release

1331d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.0.4PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dd4066526f273592da88a5b863d5302bb171dd626ffd3e646a0f282a0dc4db2?d=identicon)[oleloSebastian](/maintainers/oleloSebastian)

---

Top Contributors

[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (11 commits)")[![joschua-nanuc](https://avatars.githubusercontent.com/u/64951248?v=4)](https://github.com/joschua-nanuc "joschua-nanuc (8 commits)")

### Embed Badge

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

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

###  Alternatives

[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M244](/packages/filament-support)[power-components/livewire-powergrid

PowerGrid generates Advanced Datatables using Laravel Livewire.

1.7k1.9M6](/packages/power-components-livewire-powergrid)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

246.4k](/packages/andreia-filament-ui-switcher)[noerd/noerd

101.3k6](/packages/noerd-noerd)

PHPackages © 2026

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