-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Hello,
I try laravel-imageup in local with phpstorm and .laragon
Everything ok but images never upload anywhere.
Actually i'm with basic configuration so with imageup.php =
/**
* Default upload storage disk
*/
'upload_disk' => 'public',
/**
* Default Image upload directory on the disc
* eg. 'uploads' or 'user/avatar'
*/
'upload_directory' => 'avatars',
/**
* Auto upload images from incoming Request if same named field or
* file_input field on option present upon model update and create.
* can be override in individual field options
*/
'auto_upload_images' => true,
/**
* It will auto delete images once record is deleted from database
*/
'auto_delete_images' => true,
/**
* Set an image quality
*/
'resize_image_quality' => 80
];
`
I use avatars directory for avatars in profil so i'm sur permission on it is ok.
URL of image is saved correctly in DB and i have no error message anywhere (log, debugbar...).
DO you have idea of why i can't upload ?
Metadata
Metadata
Assignees
Labels
No labels