z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

multipleImage not upload to folder #5690

Open djiangdev opened 1 year ago

djiangdev commented 1 year ago

Description:

My code: $form->multipleImage('attachments', 'Images')->removable();

Model: public function attachments() { return $this->hasMany(Attachment::class); }

Screenshot_2

Screenshot_4

Screenshot_3

Steps To Reproduce:

alexoleynik0 commented 1 year ago

Does it show any error message?