Skip to content
Discussion options

You must be logged in to vote

@DzonyBB Yes, the result same as you, I think if you want to show the image in that way, you should create it by yourself because backpack doesn't provide that, it's a unique case. but I think it would be great soon if we have that kind of look.

for now, you can overwrite the upload_multiple field using these steps:

  1. publish the upload_multiple field with this command
php artisan backpack:field upload_multiple --from=upload_multiple
  1. Edit the blade file, change all of the code with this code
    the file path-> resources/views/vendor/backpack/crud/fields/upload_multiple.blade.php
@php
    $field['wrapper'] = $field['wrapper'] ?? $field['wrapperAttributes'] ?? [];
    $field['wrapper']['data…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@DzonyBB
Comment options

@DzonyBB
Comment options

@christmex
Comment options

@DzonyBB
Comment options

@DzonyBB
Comment options

Comment options

You must be logged in to vote
4 replies
@christmex
Comment options

@DzonyBB
Comment options

@christmex
Comment options

@pxpm
Comment options

pxpm Jul 28, 2023
Maintainer

Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants