Skip to content

Image dont't upload #28

@grandgite

Description

@grandgite

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions