Skip to content
Snippets Groups Projects
Commit cf720338 authored by sigmatri's avatar sigmatri
Browse files

udah bisa upload xlsx

parent dd6964e4
No related merge requests found
Pipeline #7353 failed with stages
Showing
with 5112 additions and 2727 deletions
......@@ -50,7 +50,7 @@ class AddMemberController extends Controller
if ($request->hasFile('list_members')) {
try {
$extension = $request->file('list_members')->getClientOriginalExtension();
if ($extension === 'csv') {
if ($extension === 'xlsx' || $extension === 'csv') {
$path = $request->file('list_members')->getRealPath();
$data = Excel::load($path, function($reader) {})->get();
if (!empty($data)) {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css"
}
\ No newline at end of file
}
public/storage/banner.jpg

451 KiB | W: | H:

public/storage/banner.jpg

320 KiB | W: | H:

public/storage/banner.jpg
public/storage/banner.jpg
public/storage/banner.jpg
public/storage/banner.jpg
  • 2-up
  • Swipe
  • Onion skin
public/storage/banner1.jpg

451 KiB

File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment