Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Last active November 15, 2017 08:48
Show Gist options
  • Save duwaljyoti/5697ec5fe71b7032df895e4a9076ee78 to your computer and use it in GitHub Desktop.
Save duwaljyoti/5697ec5fe71b7032df895e4a9076ee78 to your computer and use it in GitHub Desktop.
Route::prefix('api')->group(function() {
Route::resource('notes', 'NotesController');
Route::put('/notes/{note}/toggleFavourite', 'NotesController@toggleFavourite');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment