Increase Upload File size

Laraship QuestionsCategory: TechnicalIncrease Upload File size
ralvarez asked 5 years ago
Hello, How can I do to change the upload file size on ECommerce Basic -> Product Images? I've changed the max_upload_file_size on my php config but when I try to upload a product image with 2 mb the gallery say that the file is too big. How can I do to change this value? Thanks, Francisco.
1 Answers
Best Answer
laraship Staff answered 5 years ago

Hello Francisco,

In additon to max_upload_file_size and max_post_size attribute you may need to change at config/medialibrary.php

    'max_file_size' => 1024 * 1024 * 5,