Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Updated the path to the repository
Browse files Browse the repository at this point in the history
Updated the path to the repository
  • Loading branch information
dacoto97 authored Jul 16, 2018
2 parents e29b298 + 728095c commit a38446b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.1
Updated the path to the repository

## 1.2.0
Change the way of access to snippets and added new snippets

Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ Laravel blade snippets for Visual Studio Code.
| blade-echo | {{ $data }} |
| blade-echo-html | {!! $html !!} |
| blade-echo-raw | @{{ variable }} |
| blade-can | @can...@endcan (v5.1) |
| blade-can-elsecan | @can...@elsecan...@endcan (v5.1) |
| blade-cannot | @cannot...@endcannot (v5.3) |
| blade-can | @can...@endcan |
| blade-can-elsecan | @can...@elsecan...@endcan |
| blade-cannot | @cannot...@endcannot |
| blade-cannot-elsecannot | @cannot...@elsecannot...@endcannot |
| blade-verbatim | @verbatim...@endverbatim (v5.3) |
| blade-php | @php...@endphp (v5.3) |
| blade-includeIf | @includeIf (v5.3) |
| blade-includeWhen | @includeWhen (v5.4) |
| blade-includeFirst | @includeFirst (v5.5) |
| blade-component | @component...@endcomponent (v5.4) |
| blade-slot | @slot...@endslot (v5.4) |
| blade-isset | @isset...@endisset (v5.4) |
| blade-empty | @empty...@endempty (v5.4) |
| blade-auth | @auth...@endauth (v5.5) |
| blade-guest | @guest...@endguest (v5.5) |
| blade-verbatim | @verbatim...@endverbatim |
| blade-php | @php...@endphp |
| blade-includeIf | @includeIf |
| blade-includeWhen | @includeWhen |
| blade-includeFirst | @includeFirst |
| blade-component | @component...@endcomponent |
| blade-slot | @slot...@endslot |
| blade-isset | @isset...@endisset |
| blade-empty | @empty...@endempty |
| blade-auth | @auth...@endauth |
| blade-guest | @guest...@endguest |
| blade-switch | @switch...@case...@endswitch |
| blade-lang | @lang |
| blade-loop | $loop->(index,remaining,count,first,last,depth,parent) |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Laravel Easy Blade Snippets",
"description": "Laravel blade snippets for visual studio code",
"icon": "images/icon.png",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "dacoto",
"author": "David Cortés <[email protected]>",
"engines": {
Expand All @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/dacoto/laravel-easy-blade-snippets.git"
"url": "https://github.com/dacoto-com/laravel-easy-blade-snippets.git"
},
"categories": [
"Snippets"
Expand Down

0 comments on commit a38446b

Please sign in to comment.