Skip to content

Commit 209cc87

Browse files
authored
Update laravel_csv.php
1 parent c6fc755 commit 209cc87

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

config/laravel_csv.php

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
<?php
2-
31
return [
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',
@@ -20,11 +16,9 @@
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,

0 commit comments

Comments
 (0)