Skip to content

Instantly share code, notes, and snippets.

@wpupru
Created November 5, 2018 10:22
Show Gist options
  • Select an option

  • Save wpupru/45bc377dd503b64eae20e11f15506545 to your computer and use it in GitHub Desktop.

Select an option

Save wpupru/45bc377dd503b64eae20e11f15506545 to your computer and use it in GitHub Desktop.
Route PagesAdd
Route::match(['GET', 'POST'], '/add', ['uses' => 'PagesAddController@execute', 'as' => 'pagesAdd']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment