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

ActiveLibrary[Admin Panels](/categories/admin)

fflnvb/admin
============

Simple administration backend for Laravel

v1.0.3(3y ago)1121MITPHPPHP &gt;=8.1.9

Since Sep 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fflnvb/admin)[ Packagist](https://packagist.org/packages/fflnvb/admin)[ RSS](/packages/fflnvb-admin/feed)WikiDiscussions master Synced 1mo ago

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

FFLNVB.admin
============

[](#fflnvbadmin)

TODO: Auth Middleware needs reroute to admin.Login Also clear cache after installation

TODO: Add PrettyDateTrait info

[![Laravel 9](https://camo.githubusercontent.com/becf83971703b4c068bd88df844b7c7f9aff3c42bf51f085887446c411279ea5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2532302d392e32362e312d7265642e7376673f6c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/becf83971703b4c068bd88df844b7c7f9aff3c42bf51f085887446c411279ea5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2532302d392e32362e312d7265642e7376673f6c6f676f3d6c61726176656c) [![PHP 8.1.10](https://camo.githubusercontent.com/801faaa288bd80795c6e10640462a2b245144b611fb80071325782523dd05506/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312e31302d626c75652e7376673f6c6f676f3d706870)](https://camo.githubusercontent.com/801faaa288bd80795c6e10640462a2b245144b611fb80071325782523dd05506/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312e31302d626c75652e7376673f6c6f676f3d706870) [![Composer 2.1.5](https://camo.githubusercontent.com/131afe151ba2c1c1aa908a9a68ab0dbd8222eb3cc73a8ea7b47b1de9968794f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d322e312e352d3963662e7376673f6c6f676f3d636f6d706f736572)](https://camo.githubusercontent.com/131afe151ba2c1c1aa908a9a68ab0dbd8222eb3cc73a8ea7b47b1de9968794f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d322e312e352d3963662e7376673f6c6f676f3d636f6d706f736572) [![Status: In Development](https://camo.githubusercontent.com/c9e0ca12b3328d9fa24d10045a776deaf479760129a3d52d1de3ddd8c79bd898/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d496e253230646576656c6f706d656e742d79656c6c6f772e737667)](https://camo.githubusercontent.com/c9e0ca12b3328d9fa24d10045a776deaf479760129a3d52d1de3ddd8c79bd898/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d496e253230646576656c6f706d656e742d79656c6c6f772e737667)

Simple administration backend for Laravel

Features
--------

[](#features)

- Backend Area on /admin
- Login Controller
- Responsive Sidebar
- Blade Components for resource Controllers

Getting started
---------------

[](#getting-started)

Install via Composer

```
composer install fflnvb/admin
```

Publish Config and Admin Route file

```
php artisan vendor:publish --tag=fflnvb-admin
```

Documentation
-------------

[](#documentation)

### Component ordering

[](#component-ordering)

Please stick to the following order on using the blade components

- mask.index|show|edit
    - mask.feedback
    - mask.item
        - mask.forms.\*

### mask.index

[](#maskindex)

```
{slot}
```

Mask for listing all model Items.

*Attributes*

- `$name` (string) - Display name of the model
- `$single` (string) - Singular name of the model
- `$routeName` (string) - Name of the route for the (resource) controller
- `{slot}` (string) - Space for items

### mask.show

[](#maskshow)

```
{slot}
```

Mask for showing a single model.

*Attributes*

- `$name` (string) - Display name of the model
- `$model` (string) - Name of the model
- `{slot}` (string) - Space for items

### mask.edit

[](#maskedit)

```
{slot}
```

Mask for editing models.

*Attributes*

- `$name` (string) - Display name of the model
- `$model` (string) - Name of the model
- `{slot}` (string) - Space for items

### mask.feedback

[](#maskfeedback)

```

```

Space for errors and related feedback.

*No attributes*

### mask.item

[](#maskitem)

```
{slot}
```

Single item inside mask (li.list-item).

*Attributes*

- `{slot}` (string) - Space for displaying Form Items or model attributes.

Library Mentions
----------------

[](#library-mentions)

This Package contains compiled and minified js and css files with [Bootrap with Popper.js](https://www.npmjs.com/package/bootstrap), [Bootstrap Icons](https://www.npmjs.com/package/bootstrap-icons), [Alpine.js](https://www.npmjs.com/package/alpinejs) as well as [Alpine Breakpoints Plugin](https://www.npmjs.com/package/alpinejs-breakpoints).
They are all being Licensed under MIT.

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

1325d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc2904ebdd00574a681639e7b73c635e853e3ecc3da6c5e2c84f8781310355e7?d=identicon)[fflnvb](/maintainers/fflnvb)

---

Top Contributors

[![fflnvb](https://avatars.githubusercontent.com/u/10604800?v=4)](https://github.com/fflnvb "fflnvb (67 commits)")

---

Tags

administration-panellaravellaravelbackendadministration

### Embed Badge

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

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

###  Alternatives

[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[ibrand/backend

ibrand backend base laravel-admin

1214.9k2](/packages/ibrand-backend)

PHPackages © 2026

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