Please support multiple image upload #4159
Answered
by
milewski
8108905
asked this question in
Ideas & Feature Requests
-
Post model images[] |
Beta Was this translation helpful? Give feedback.
Answered by
milewski
May 5, 2022
Replies: 1 comment
-
Also, a highly wanted feature seems super basic, had to use some bad packages in nova 3 before, and nothing yet available for nova 4.. meanwhile, Im doing this: Panel::make('Images', [
Image::make('Image 1', 'images->0'),
Image::make('Image 2', 'images->1'),
Image::make('Image 3', 'images->2'),
Image::make('Image 4', 'images->3'),
]), |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
8108905
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, a highly wanted feature seems super basic, had to use some bad packages in nova 3 before, and nothing yet available for nova 4.. meanwhile, Im doing this: