Skip to content

Copy changes for ReadMe #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update laravel_csv.php
  • Loading branch information
johnwesely authored Sep 27, 2022
commit 209cc877c303f31f16e088f12338acc2a61f639c
16 changes: 5 additions & 11 deletions config/laravel_csv.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Layout
|--------------------------------------------------------------------------
|
| This package came with multiple layouts to serve your need, and
| currently it supports "tailwindcss" and "bootstrap", by default
| the layout is tailwind.
| currently support: "tailwindcss"
| This package plans on supporting multiple CSS frameworks.
| Currently, 'tailwindcss' is the default and only supported framework.
|
*/
'layout' => 'tailwindcss',
@@ -20,11 +16,9 @@
| Max Upload File Size
|--------------------------------------------------------------------------
|
| This package came with file validation for uploaded files,
| and by default the file should not be greater than 20MB. If
| you wish to increase/decrease this value, you may change the
| value below.
| Note that the value is defined by "KB".
| The default maximumum file size that can be imported by this
| package is 20MB. If you wish to increase/decrease this value,
| change the value in KB below.
|
*/
'file_upload_size' => 20000,