Skip to content

Commit

Permalink
created a post route snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ri5h committed Jun 30, 2016
1 parent 8257e2e commit 43a32d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snippets/Route/Router-post.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
Route::post('${2:users/{id\}}', function(${3:$id}) {
${4://}
});
]]></content>
<tabTrigger>Route::post</tabTrigger>
<scope>source.php</scope>
<description>Basic Post Route.</description>
</snippet>

0 comments on commit 43a32d0

Please sign in to comment.