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

ActiveLibrary[Admin Panels](/categories/admin)

umurkaragoz/laravel-std-admin
=============================

Admin panel backbone boilerplate for standard laravel projects.

v0.3.5(7y ago)0189PHPPHP &gt;=7.0

Since Sep 6Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (31)Used By (0)

laravel-std-admin
=================

[](#laravel-std-admin)

Admin panel backbone for standard laravel projects.

**Disclaimer:** this package and readme file are both incomplete beyond wildest imagination available in our multiverse. Abundant amounts of discretion is advised.

Goals
=====

[](#goals)

- **standard:** standard tasks will completely be handled by the package, in a standard way.
- **fallback:** painless and partial fallback to manual mode.
    - instead of trying to cover all the edge cases, package aims to cover the basics and provide excellent partial fallback options.
    - disabling auto generated content of your choice and go with manual implementation for any choosen module.
        - routes
        - views
        - controller methods
        - whole sections
- **agnosticity:** provide module-agnostic helpers for common CMS functions.
    - package relies on these module-aware and module-agnostic utilities to provide auto generated content.
    - but another important role of the utilities is to help you override parts of your choice much easier.
    - utilities would also help you to develop reusable partials and modules.

Capabilities
============

[](#capabilities)

Current
-------

[](#current)

### route generation

[](#route-generation)

- function based route generation
    - index
    - create
    - update
    - delete
    - restore

### standard index pages

[](#standard-index-pages)

- sorting
- one-column text filtering
- boolean toggles
- deletables

### deletables

[](#deletables)

- deleting from index pages
- standard trashed pages
    - standard-column indexing
    - restoring

### editing data

[](#editing-data)

Supplying data to both `create` and `edit` operations under one method.

Very often we need to supply some additonal data both for create and edit operations.

A classical example would be need of supplying `categories` list to view while both creating or editing `products`.

Override `supplyEditData()` method and place repeating data into it. It will supply returned data to views when `create` and `edit` methods are called.

Planned
-------

[](#planned)

- generic

    - ability to use either config files or controller constructs for module settings
- index generator

    - relationship columns
    - bool labels
        - on text, off-text, on-style, off-style
    - manual injection of $rows

Default routes
==============

[](#default-routes)

- user
    - login
    - logout
- utilities
    - sorting
    - editable

Module structure
================

[](#module-structure)

models
------

[](#models)

### model sturctures

[](#model-sturctures)

- index pages

    - filtering: models *must* have;
        - `filter` scope
    - ordering: models *may* have;
        - `order` field
        - `order()` scope
- deleting

    - soft deletes

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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 ~12 days

Recently: every ~35 days

Total

30

Last Release

2817d ago

### Community

Maintainers

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

---

Top Contributors

[![umurkaragoz](https://avatars.githubusercontent.com/u/11662304?v=4)](https://github.com/umurkaragoz "umurkaragoz (27 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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