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-
31return [
42
53 /*
64 |--------------------------------------------------------------------------
75 | Default Layout
86 |--------------------------------------------------------------------------
97 |
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.
1410 |
1511 */
1612 'layout' => 'tailwindcss',
2016 | Max Upload File Size
2117 |--------------------------------------------------------------------------
2218 |
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.
2822 |
2923 */
3024 'file_upload_size' => 20000,
You can’t perform that action at this time.
0 commit comments