deuxhuithuit/craft-admin-panel-controllers

Adds controller to show the admin panel in headless mode

Installs: 406

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:craft-plugin

pkg:composer/deuxhuithuit/craft-admin-panel-controllers

1.1.1 2025-06-03 15:28 UTC

This package is auto-updated.

Last update: 2025-10-03 16:22:08 UTC


README

Install

composer require deuxhuithuit/craft-admin-panel-controllers
./craft plugin/install admin-panel-controllers

It will add 3 endpoints:

  1. /actions/admin-panel-controllers/dashboard/redirect
  2. /actions/admin-panel-controllers/auth/check
  3. /actions/admin-panel-controllers/edit/redirect?site={entry.site}&uri={entry.uri}

For the auth check to work in headless mode, sameSiteCookieValue in general.php has to be set to none.