Skip to content

Commit

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

0 comments on commit 8257e2e

Please sign in to comment.