This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,10 @@ return [
132
132
133
133
/*
134
134
* css farmework
135
+ * ex.
136
+ * MIX_MM_FRAMEWORK=bulma
135
137
*/
136
- 'framework'=> env('MIX_MM_FRAMEWORK'),
138
+ 'framework' => env('MIX_MM_FRAMEWORK'),
137
139
];
138
140
```
139
141
Original file line number Diff line number Diff line change 9
9
/*
10
10
* filesystem disk
11
11
*/
12
- 'storage_disk ' => 'public ' ,
12
+ 'storage_disk ' => 'public ' ,
13
13
14
14
/*
15
15
* remove any file special chars except (. _ -)
16
16
*/
17
- 'allowed_fileNames_chars ' => '.\_\- ' ,
17
+ 'allowed_fileNames_chars ' => '.\_\- ' ,
18
18
19
19
/*
20
20
* remove any folder special chars except (_ -)
21
21
*
22
22
* to add & nest folders in one go use '\/\_\-'
23
23
*/
24
- 'allowed_folderNames_chars ' => '\_\- ' ,
24
+ 'allowed_folderNames_chars ' => '\_\- ' ,
25
25
26
26
/*
27
27
* disallow uploading files with the following mimetypes
32
32
/*
33
33
* when file names gets cleand up
34
34
*/
35
- 'sanitized_text ' => 'sanitized ' ,
35
+ 'sanitized_text ' => 'sanitized ' ,
36
36
37
37
/*
38
38
* css farmework
39
+ * ex.
40
+ * MIX_MM_FRAMEWORK=bulma
39
41
*/
40
- 'framework ' => env ('MIX_MM_FRAMEWORK ' ),
42
+ 'framework ' => env ('MIX_MM_FRAMEWORK ' ),
41
43
];
You can’t perform that action at this time.
0 commit comments