File tree Expand file tree Collapse file tree 1 file changed +6
-24
lines changed Expand file tree Collapse file tree 1 file changed +6
-24
lines changed Original file line number Diff line number Diff line change 45
45
46
46
'local ' => [
47
47
'driver ' => 'local ' ,
48
- 'root ' => storage_path ('app ' ),
48
+ 'root ' => storage_path ('app ' ),
49
49
],
50
50
51
- 'ftp ' => [
52
- 'driver ' => 'ftp ' ,
53
- 'host ' => 'ftp.example.com ' ,
54
- 'username ' => 'your-username ' ,
55
- 'password ' => 'your-password ' ,
56
-
57
- // Optional FTP Settings...
58
- // 'port' => 21,
59
- // 'root' => '',
60
- // 'passive' => true,
61
- // 'ssl' => true,
62
- // 'timeout' => 30,
51
+ 'public ' => [
52
+ 'driver ' => 'local ' ,
53
+ 'root ' => storage_path ('app/public ' ),
54
+ 'visibility ' => 'public ' ,
63
55
],
64
56
65
57
's3 ' => [
66
58
'driver ' => 's3 ' ,
67
- 'key ' => 'your-key ' ,
59
+ 'key ' => 'your-key ' ,
68
60
'secret ' => 'your-secret ' ,
69
61
'region ' => 'your-region ' ,
70
62
'bucket ' => 'your-bucket ' ,
71
63
],
72
64
73
- 'rackspace ' => [
74
- 'driver ' => 'rackspace ' ,
75
- 'username ' => 'your-username ' ,
76
- 'key ' => 'your-key ' ,
77
- 'container ' => 'your-container ' ,
78
- 'endpoint ' => 'https://identity.api.rackspacecloud.com/v2.0/ ' ,
79
- 'region ' => 'IAD ' ,
80
- 'url_type ' => 'publicURL ' ,
81
- ],
82
-
83
65
],
84
66
85
67
];
You can’t perform that action at this time.
0 commit comments