We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f63a1 commit b91be5eCopy full SHA for b91be5e
app/Nova/BlogPost.php
@@ -83,6 +83,7 @@ protected function featuredImageFields()
83
{
84
return [
85
Image::make('Featured Image')
86
+ ->disk('s3')
87
->path('/blog-posts/images')
88
->nullable()
89
->disableDownload()
0 commit comments