Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi . in thumbnail view type i cant see images and show to me image icon . but when i click on each image can show preview #396

Open
progintYasin opened this issue Nov 21, 2024 · 0 comments

Comments

@progintYasin
Copy link

          hi . in thumbnail view type i cant see images and show to me  image icon . but when i click on each image can show preview

how can fix this ?
laravel 10
php 8.1
gd library is enable

filesystem.php

'FileManagerImages' => [ 'driver' => 'local', 'root' => public_path('images'), 'url' => env('APP_URL') . '/images', 'visibility' => 'public', 'throw' => false, ], 'FileManagerFiles' => [ 'driver' => 'local', 'root' => public_path('files'), 'url' => env('APP_URL') . '/files/', 'visibility' => 'public', 'throw' => false, ],

    file-manage.php
       ` 'diskList' => ['FileManagerImages','FileManagerFiles'],

`
Untitled

Originally posted by @progintYasin in #17 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant