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

ActiveLibrary[Admin Panels](/categories/admin)

tentapress/admin-shell
======================

0.6.19(3mo ago)016819MITPHPPHP ^8.2

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/tentaplane/plugin-admin-shell)[ Packagist](https://packagist.org/packages/tentapress/admin-shell)[ RSS](/packages/tentapress-admin-shell/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (28)Used By (19)

Admin Shell
===========

[](#admin-shell)

Admin UI shell providing the base layout, navigation, and shared components for TentaPress admin screens.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/admin-shell`Version0.6.19Provider`TentaPress\AdminShell\AdminShellServiceProvider`Features
--------

[](#features)

- Base admin layout (header, sidebar, content area)
- Parent-only navigation groups expand inline instead of navigating to placeholder screens
- Shared admin navigation groups can declare explicit ordering metadata, including the built-in `Structure` group
- Mobile/tablet responsive behavior for sidebar, topbar, and dashboard widgets
- Shared responsive admin table pattern (`tp-table--responsive`) for plugin index/list screens
- Accessibility improvements for dialogs, toast announcements, responsive tables, and mobile navigation controls
- Navigation menu built dynamically from plugin manifests
- Shared UI components and `tp-*` CSS utility classes
- Notification/toast system
- Confirmation dialogs via `data-confirm` (replaces native alert/confirm)
- Admin asset entrypoints (CSS/JS)

Dependencies
------------

[](#dependencies)

None.

Admin Routes
------------

[](#admin-routes)

RouteNameDescription`/admin``tp.dashboard`Admin dashboardAssets
------

[](#assets)

### Goal

[](#goal)

Ship admin assets as part of the plugin so a clean install can load the admin UI without requiring Node/Bun.

### Source and build

[](#source-and-build)

- Admin assets live in this plugin:
    - `resources/css/admin.css` - Tailwind CSS with `tp-*` utilities
    - `resources/js/admin.js` - Alpine.js components
- Plugin `vite.config.js` builds into plugin-local `build/` and writes a Vite `manifest.json`.
- Admin assets use stable filenames (`admin.js`, `admin-styles.css`) so repeated builds do not force semver bumps for hash-only changes.
- Cache busting is handled at runtime by appending a content hash query string to generated asset URLs.
- `tentapress.json` declares the admin asset entry keys (`admin`, `admin-styles`).
- Admin layout loads assets through plugin directives:
    - `@tpPluginStyles('tentapress/admin-shell')`
    - `@tpPluginScripts('tentapress/admin-shell')`
- Themes continue compiling their own assets within theme folders.

### Versioning policy

[](#versioning-policy)

- Bump the plugin version when admin-shell source changes in `src/`, `resources/`, routes, or plugin metadata.
- Do not bump the version for a rebuild alone when the compiled asset content is unchanged.

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/admin-shell

# Run admin-shell baseline endpoint tests
composer test:filter -- AdminDashboardAccessTest

# Run admin-shell guard/integration edge-case tests
composer test:filter -- AdminDashboardGuardEdgeCaseTest
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance80

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity47

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

27

Last Release

106d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/576413?v=4)[Chris Southam](/maintainers/csoutham)[@csoutham](https://github.com/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (52 commits)")

### Embed Badge

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

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

PHPackages © 2026

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