Skip to content

Pubvana-CMS/admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pubvana's Admin and head system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors