browse field with elfinder #1061
Replies: 2 comments
-
Hello @soluzione-software what does not work ? What's the error ? Can you share a screenshot? Does your Check if anything of this helps: It's possible that elfinder does not play well with s3 buckets, but I don't know as I don't use it with cloud disks. Let us know if you find something 🙏 Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to use browse field
CRUD::field([ // Browse
'name' => 'image',
'label' => 'Image',
'type' => 'browse'
]);
my backpack show the public folder
i correctly installed the driver
the problem is this:
if in the elfinder.php config file i put a folder in the dir key it works
/*
|--------------------------------------------------------------------------
| Upload dir
|--------------------------------------------------------------------------
|
| The dir where to store the images (relative from public).
|
*/
'dir' => ['uploads' ],
if i put a disk in the disk key it doesn't works
/*
|--------------------------------------------------------------------------
| Filesystem disks (Flysytem)
|--------------------------------------------------------------------------
|
| Define an array of Filesystem disks, which use Flysystem.
| You can set extra options, example:
|
| 'my-disk' => [
| 'URL' => url('to/disk'),
| 'alias' => 'Local storage',
| ]
*/
'disks' => [
's3',
why? can anyone help me please?
Beta Was this translation helpful? Give feedback.
All reactions