/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
app
/
Http
/
Resources
/
Student
/
/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Student
mkdir
upload
Name
Size
Mode
Actions
StudentList.php
665
0644
edit
dl
rm
StudentListCollection.php
394
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Student/StudentListCollection.php
(394B)
<?php namespace App\Http\Resources\Student; use Illuminate\Http\Resources\Json\ResourceCollection; class StudentListCollection extends ResourceCollection { /** * Transform the resource collection into an array. * * @param \Illuminate\Http\Request $request * @return array */ public function toArray($request) { return $this->collection; } }
Save
cmd:
run