/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
app
/
Exports
/
Student
/
/home/techb158/ileadtechnology.com/SSM/app/Exports/Student
mkdir
upload
Name
Size
Mode
Actions
ExportStudents.php
332
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/app/Exports/Student/ExportStudents.php
(332B)
<?php namespace App\Exports\Student; use Maatwebsite\Excel\Concerns\FromArray; class ExportStudents implements FromArray { protected $students; public function __construct(array $students) { $this->students = $students; } public function array(): array { return $this->students; } }
Save
cmd:
run