We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、版本号: "encore/laravel-admin": "^1.7" "laravel-admin-ext/ckeditor": "^1.0"
异常出现了419报错
The text was updated successfully, but these errors were encountered:
$form->ckeditor('description')->options([ 'filebrowserImageUploadUrl' => config('admin.extensions.ckeditor.config.filebrowserImageUploadUrl').'?_token='.csrf_token(), ]);
Sorry, something went wrong.
你需要把common/image/upload 这个路由在 app/Http/Middleware/VerifyCsrfToken 中的 $except 变量中添加 protected $except = [ '/common/image/upload' ]; 以关闭csrftoken校验
No branches or pull requests
1、版本号:
"encore/laravel-admin": "^1.7"
"laravel-admin-ext/ckeditor": "^1.0"
异常出现了419报错
The text was updated successfully, but these errors were encountered: