deuxhuithuit/craft-admin-panel-controllers

Adds controller to show the admin panel in headless mode

Maintainers

Package info

github.com/DeuxHuitHuit/craft-admin-panel-controllers

Issues

Documentation

Type:craft-plugin

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

Statistics

Installs: 603

Dependents: 0

Suggesters: 0

Stars: 0

1.1.1 2025-06-03 15:28 UTC

This package is auto-updated.

Last update: 2026-03-03 17:17:00 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.