79377408

Date: 2025-01-22 10:48:29
Score: 0.5
Natty:
Report link

use the following code

Forms\Components\FileUpload::make('images')
    ->label('Images')
    ->disk('public')
    ->directory('images')
    ->multiple() //mutiple to show multi images
    ->required()
    ->visibility('public')
    ->storeFileNamesIn('images'),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan of uganda