0
컨트롤러에서
으로 전달하면 함수가 있고이 컨트롤러 함수에서 매개 변수를 Redirect::route
으로 전달하려고합니다.컨트롤러에서 내부 매개 변수를 리디렉션
public function getEdit($entryExitid)
{
}
및이 기능과 그
public function postUpdate()
{
return Redirect::route('entryAndExit.edit','10')
->withErrors(Lang::get('message.exitTimeBiggerThanEntryTime'))
->withInput();
}