kisut
kisut
FFilament
Created by kisut on 10/12/2024 in #❓┊help
Visual Builder Email Template Error
I've created them but they seem to be inactive, I also tried their email but it's not accepting incoming messages.
5 replies
FFilament
Created by kisut on 10/1/2024 in #❓┊help
Column Order Number Error
Up
6 replies
FFilament
Created by kisut on 10/1/2024 in #❓┊help
Column Order Number Error
Sorry for the last file
6 replies
FFilament
Created by kisut on 9/23/2024 in #❓┊help
Override Reset Password Laravel Basic Template
Please anyone help
3 replies
FFilament
Created by kisut on 8/28/2024 in #❓┊help
Disable Reorder Table on View
Thank you, it works!
5 replies
FFilament
Created by ffffer. on 8/26/2024 in #❓┊help
FileUpload for Cloudflare Images
composer require league/flysystem-aws-s3-v3:^3.0
composer require league/flysystem-aws-s3-v3:^3.0
use this with r2 storage
8 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
SOLVED! This requires SSL and I forgot to enable it on local
30 replies
FFilament
Created by bwurtz999 on 4/22/2024 in #❓┊help
Unable to check existence for: item_photos
Do you already solve this problem? I have the same issues.
3 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
It seems like the same thing, the same error appears again
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
Already set it though, but the error persist
Forms\Components\FileUpload::make('cover_art')
->disk('s3')
->directory('release/cover-art')
->storeFileNamesIn('original_image_name')
->visibility('private')
Forms\Components\FileUpload::make('cover_art')
->disk('s3')
->directory('release/cover-art')
->storeFileNamesIn('original_image_name')
->visibility('private')
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
😭
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
I'm setting the R2 on top of the S3 disk that is already in the filesystem.
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
This is what I'm confused about, the upload process has gone well, but I don't know where the error is when r2 read the file
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
Do you mean like this? If so, I've set the disk to s3 as well.
'temporary_file_upload' => [
'disk' => 's3', // Example: 'local', 's3' | Default: 'default'
'rules' => null, // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB)
'directory' => 'release/cover-art', // Example: 'tmp' | Default: 'livewire-tmp'
'middleware' => null, // Example: 'throttle:5,1' | Default: 'throttle:60,1'
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
'mov', 'avi', 'wmv', 'mp3', 'm4a',
'jpg', 'jpeg', 'mpga', 'webp', 'wma',
],
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs...
],
'temporary_file_upload' => [
'disk' => 's3', // Example: 'local', 's3' | Default: 'default'
'rules' => null, // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB)
'directory' => 'release/cover-art', // Example: 'tmp' | Default: 'livewire-tmp'
'middleware' => null, // Example: 'throttle:5,1' | Default: 'throttle:60,1'
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
'mov', 'avi', 'wmv', 'mp3', 'm4a',
'jpg', 'jpeg', 'mpga', 'webp', 'wma',
],
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs...
],
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
No description
30 replies
FFilament
Created by kisut on 8/23/2024 in #❓┊help
Unable to check existence S3 Storage R2 Cloudflare
[
{
"AllowedOrigins": [
"https://admin.soundmera.com"
],
"AllowedMethods": [
"GET",
"POST",
"DELETE",
"PUT",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin",
"x-amz-server-side-encryption",
"x-amz-request-id",
"x-amz-id-2",
"Content-Type"
],
"MaxAgeSeconds": 3000
}
]
[
{
"AllowedOrigins": [
"https://admin.soundmera.com"
],
"AllowedMethods": [
"GET",
"POST",
"DELETE",
"PUT",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin",
"x-amz-server-side-encryption",
"x-amz-request-id",
"x-amz-id-2",
"Content-Type"
],
"MaxAgeSeconds": 3000
}
]
Here is my CORS policy for R2 Bucket
30 replies