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
i am migrating a fieldset with this asset field:
hero_image_video: container: main folder: entries/images-videos restrict: false mode: grid type: assets localizable: true display: 'Hero image/video' validate: 'ext:jpg,jpeg,gif,png,svg,mp4' max_files: 1
after migrating it and trying to saving something after an upload i am getting this message:
"message": "Method Illuminate\\Validation\\Validator::validateExt does not exist.", "exception": "BadMethodCallException", "file": "C:\\programs\\laragon\\www\\queermemory2\\vendor\\laravel\\framework\\src\\Illuminate\\Validation\\Validator.php", "line": 1382,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i am migrating a fieldset with this asset field:
after migrating it and trying to saving something after an upload i am getting this message:
The text was updated successfully, but these errors were encountered: