We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d37b1 commit a6245c8Copy full SHA for a6245c8
config/jetstream.php
@@ -49,4 +49,17 @@
49
Features::accountDeletion(),
50
],
51
52
+ /*
53
+ |--------------------------------------------------------------------------
54
+ | Profile Photo Disk
55
56
+ |
57
+ | This configuration value determines the default disk that will be used
58
+ | when storing profile photos for your application's users. Typically
59
+ | this will be the "public" disk but you may adjust this if needed.
60
61
+ */
62
+
63
+ 'profile_photo_disk' => 'public',
64
65
];
0 commit comments