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
PHP_VERSION: 7.2 LARAVEL_VERSION: 6.0
问题描述:图片类型虽然能上次成功,并成功显示,但是按F5刷新页面时,图片就不显示了,测试文件类型和视频类型没有此问题 $form->mediaSelector('image', __('Image'))->move('images', true)->type('image')->rules('required');
$form->mediaSelector('image', __('Image'))->move('images', true)->type('image')->rules('required');
F5刷新之前:
F5舒心之后:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PHP_VERSION: 7.2
LARAVEL_VERSION: 6.0
问题描述:图片类型虽然能上次成功,并成功显示,但是按F5刷新页面时,图片就不显示了,测试文件类型和视频类型没有此问题
$form->mediaSelector('image', __('Image'))->move('images', true)->type('image')->rules('required');
F5刷新之前:

F5舒心之后:

The text was updated successfully, but these errors were encountered: