File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
- <?php
2
-
3
1
return [
4
2
5
3
/*
6
4
|--------------------------------------------------------------------------
7
5
| Default Layout
8
6
|--------------------------------------------------------------------------
9
7
|
10
- | This package came with multiple layouts to serve your need, and
11
- | currently it supports "tailwindcss" and "bootstrap", by default
12
- | the layout is tailwind.
13
- | currently support: "tailwindcss"
8
+ | This package plans on supporting multiple CSS frameworks.
9
+ | Currently, 'tailwindcss' is the default and only supported framework.
14
10
|
15
11
*/
16
12
'layout' => 'tailwindcss',
20
16
| Max Upload File Size
21
17
|--------------------------------------------------------------------------
22
18
|
23
- | This package came with file validation for uploaded files,
24
- | and by default the file should not be greater than 20MB. If
25
- | you wish to increase/decrease this value, you may change the
26
- | value below.
27
- | Note that the value is defined by "KB".
19
+ | The default maximumum file size that can be imported by this
20
+ | package is 20MB. If you wish to increase/decrease this value,
21
+ | change the value in KB below.
28
22
|
29
23
*/
30
24
'file_upload_size' => 20000,
You can’t perform that action at this time.
0 commit comments