PHPackages                             patryk-sawicki/admin-gentelella - 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. patryk-sawicki/admin-gentelella

ActiveLibrary[Admin Panels](/categories/admin)

patryk-sawicki/admin-gentelella
===============================

Gentelella

1.4.1(1y ago)0130MITJavaScriptPHP &gt;=7.1.0

Since Jul 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/patryk-sawicki/admin-gentelella)[ Packagist](https://packagist.org/packages/patryk-sawicki/admin-gentelella)[ RSS](/packages/patryk-sawicki-admin-gentelella/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (2)Versions (29)Used By (0)

LiteCode - Admin Genterella
---------------------------

[](#litecode---admin-genterella)

---

Created from:

Official preview of Genterella:

### Installation

[](#installation)

```
composer require patryk-sawicki/admin-gentelella

```

```
php artisan lite:install

```

---

#### This package includes guard:admin, login page, migration + seed table:admin, config:adminauth

[](#this-package-includes-guardadmin-login-page-migration--seed-tableadmin-configadminauth)

After vendor:publish check configuration file in /config/adminauth.php

---

#### Artisan command for creating admin user with role "Super Admin":

[](#artisan-command-for-creating-admin-user-with-role-super-admin)

```
php artisan lite:admin

```

#### Controllers middleware:

[](#controllers-middleware)

```
function __construct()
{
    $this->middleware('auth:admin', ['except' => ['logout']]);
    $this->middleware('role:Super Admin');
    // multiple assingment roles per middleware
    $this->middleware('role:Super Admin|Another Role|My Role');
}

// by permission in (for example) RolesController
function __construct()
{
    $this->middleware('auth:admin', ['except' => ['logout']]);

    $this->middleware('permission:role-read');
    $this->middleware('permission:role-create', ['only' => ['create','store']]);
    $this->middleware('permission:role-update', ['only' => ['edit','update']]);
    $this->middleware('permission:role-delete', ['only' => ['destroy']]);
}
```

- - - -

#### Extend admin views or override if you must
Use vendor package src/resources/views/backend for inspiration.
Path "/resources/views/backend/" has a namespace "admin", just create your "backend" folder and use it.
Use this in blade (ex: dashboard.blade.php)

```

@extends('admin::layouts.gentelella')

@section('content') {{'Your content here'}} @endsection

```

- - - -

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 63.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 ~87 days

Recently: every ~297 days

Total

26

Last Release

680d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2276e6082c07c002d8b66093671feaf3f1306bd8aa6ced5c0769a46a7bb9ff6?d=identicon)[patryk-sawicki](/maintainers/patryk-sawicki)

---

Top Contributors

[![MilitaruC](https://avatars.githubusercontent.com/u/26463983?v=4)](https://github.com/MilitaruC "MilitaruC (23 commits)")[![patryk-sawicki](https://avatars.githubusercontent.com/u/30780444?v=4)](https://github.com/patryk-sawicki "patryk-sawicki (13 commits)")

### Embed Badge

![Health badge](/badges/patryk-sawicki-admin-gentelella/health.svg)

```
[![Health](https://phpackages.com/badges/patryk-sawicki-admin-gentelella/health.svg)](https://phpackages.com/packages/patryk-sawicki-admin-gentelella)
```

###  Alternatives

[savannabits/jetstream-inertia-generator

Admin CRUD generator using Laravel Jetstream, Inertiajs, Vue.js, Pagetables and Tailwindcss

1211.1k](/packages/savannabits-jetstream-inertia-generator)

PHPackages © 2026

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