Skip to content

Instantly share code, notes, and snippets.

@behnampmdg3
Created September 15, 2014 10:01
Show Gist options
  • Save behnampmdg3/c953bb2d206b6d3d4f98 to your computer and use it in GitHub Desktop.
Save behnampmdg3/c953bb2d206b6d3d4f98 to your computer and use it in GitHub Desktop.
View:
{{ Form::open(array('class' => 'form-horizontal', 'action' => array('edit-day', $Week, $Day))) }}
Error:
Route [edit-day] not defined.
routes.php
Route::post('/edit-day/{week}/{day}','ProgramController@EditDay');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment