deuxhuithuit / craft-admin-panel-controllers
Adds controller to show the admin panel in headless mode
Package info
github.com/DeuxHuitHuit/craft-admin-panel-controllers
Type:craft-plugin
pkg:composer/deuxhuithuit/craft-admin-panel-controllers
1.1.1
2025-06-03 15:28 UTC
Requires
- php: 8.1.*|8.2.*|8.3.*|8.4.*
- craftcms/cms: ^4.5.0|^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- friendsofphp/php-cs-fixer: ^3.35
- squizlabs/php_codesniffer: ^3.7
README
Install
composer require deuxhuithuit/craft-admin-panel-controllers ./craft plugin/install admin-panel-controllers
It will add 3 endpoints:
- /actions/admin-panel-controllers/dashboard/redirect
- /actions/admin-panel-controllers/auth/check
- /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.