deuxhuithuit / craft-admin-panel-controllers
添加控制器以在无头模式下显示管理面板
1.1.0
2024-08-13 18:14 UTC
Requires
- php: 8.1.*|8.2.*|8.3.*
- craftcms/cms: ^4.5.0|^5.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.22
README
安装
composer require deuxhuithuit/craft-admin-panel-controllers ./craft plugin/install admin-panel-controllers
它将添加3个端点
- /actions/admin-panel-controllers/dashboard/redirect
- /actions/admin-panel-controllers/auth/check
- /actions/admin-panel-controllers/edit/redirect?site={entry.site}&uri={entry.uri}
为了在无头模式下使认证检查工作,必须在 general.php
中将 sameSiteCookieValue
设置为 none
。