deuxhuithuit/craft-admin-panel-controllers

添加控制器以在无头模式下显示管理面板

1.1.0 2024-08-13 18:14 UTC

This package is auto-updated.

Last update: 2024-09-13 18:16:09 UTC


README

安装

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

它将添加3个端点

  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}

为了在无头模式下使认证检查工作,必须在 general.php 中将 sameSiteCookieValue 设置为 none