Repository URL to install this package:
|
Version:
0.2.1 ▾
|
<?php
Route::post('student/{student_id}/exams/{exam_id}/save', [
'as' => 'api.student.exams.save',
'uses' => 'ExamsController@answer'
]);