pubvana/admin

Pubvana CMS admin panel

Maintainers

Package info

github.com/Pubvana-CMS/admin

Type:flightphp-plugin

pkg:composer/pubvana/admin

Transparency log

Statistics

Installs: 6

Dependents: 1

Suggesters: 12

Stars: 0

Open Issues: 0

0.2.4 2026-05-07 04:00 UTC

This package is auto-updated.

Last update: 2026-07-07 04:29:04 UTC


README

Stable? Not Quite Yet License PHP Version Monthly Downloads Total Downloads GitHub Issues Contributors Latest Release Contributions Welcome

Pubvana Admin

I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.

Admin panel module for Pubvana CMS. Provides the admin shell, public theme renderer, dashboard, user/group management, settings UI, and slot-based content injection for plugin extensions.

Requirements

Installation

composer require pubvana/admin

Enable in app/config/config.php:

'plugins' => [
    'pubvana/admin' => [
        'enabled'  => true,
        'priority' => 40,
    ],
],

Flight School config

This package uses Flight School's return-array config format. src/Config/Config.php returns the package defaults as an array, and Flight School stores that array under pubvana.admin on $app.

The current config includes 'routePrepend' => '', so routes from src/Config/Routes.php register at the site root. AdminRoutes.php is still grouped separately under /admin.

Responsibilities

  • Admin routes and layout
  • Public base controllers used by blog/pages/theme rendering
  • Dashboard cards/sections and shared public blocks
  • User, group, and settings management

License

MIT