We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'dir' => ['storage'],
'disks' => [ 's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'alias' => 'S3 Storage', 'URL' => env('AWS_URL', null), ], ], 'route' => [ 'prefix' => 'elfinder', 'middleware' => ['web', 'auth'], // Set to null to disable middleware filter ], 'access' => 'Barryvdh\Elfinder\Elfinder::checkAccess', 'roots' => [ [ 'driver' => 'Flysystem', 'path' => '/', 'URL' => env('AWS_URL', null), 'filesystem' => 's3', 'alias' => 'S3 Storage', 'uploadAllow' => ['image'], 'uploadDeny' => ['all'], 'uploadOrder' => ['deny', 'allow'], 'accessControl' => 'Barryvdh\Elfinder\Elfinder::checkAccess', ], ],
` this is config/elfinder.php , I am getting error "Invalid backend configuration. Readable volumes not available."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
'dir' => ['storage'],
`
this is config/elfinder.php , I am getting error "Invalid backend configuration.
Readable volumes not available."
The text was updated successfully, but these errors were encountered: