Prajwal100 / Complete-Ecommerce-in-laravel-10

Complete e-commerce website in laravel 10. Admin login:- https://ketramart.com/admin/login
https://ketramart.com
MIT License
809 stars 479 forks source link

File Manager bug #38

Closed jechaviz closed 3 years ago

jechaviz commented 3 years ago

I'm running the app at my local, and all goes ok, except file-manager. I have reviewed the code and in Advance-Ecommerce-in-laravel-7\config\lfm.php

is missing this in all places 'image/jpg',

Also the preview link it's generated with localhost, not with localhost:8000. I assured myself to have in .env APP_URL=http://localhost:8000

So that's not the problem. The images are look like stored, but the public/storage folder isn't modified at all, but the images are listed. but the thumbnails aren't visible.

I have looked up in https://unisharp.github.io/laravel-filemanager/ documentation And I have installed the PHP extensions required. I'm running with PHP 8, but it hasn't raised any exception, just doesn't show the images

image

One thing more, I ran composer update after cloning the repo, without issues.

Thank you in advance for your support

Prajwal100 commented 3 years ago

@jechaviz Thank you