MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: netwave (1071)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/netwave/.vscode-server/extensions/ihunte.laravel-blade-wrapper-1.0.2/README.md
# [Laravel Blade Wrapper](https://marketplace.visualstudio.com/items?itemName=IHunte.laravel-blade-wrapper)

![GitHub](https://img.shields.io/github/license/IHunte/Laravel-Blade-Wrapper)
[![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/services/IHunte.laravel-blade-wrapper?color=%20)](https://marketplace.visualstudio.com/items?itemName=IHunte.laravel-blade-wrapper)

<p>

> If this project has been helpful to you, please consider buying me a coffee. I'm currently going through a rough patch, and your support would mean a lot. Every little bit can help, if you want to know more you can contact me here [@IHunte_dev](https://twitter.com/IHunte_dev).
>

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/IHunte)

</p>

<p align="center">
<br />
<img src="https://raw.githubusercontent.com/IHunte/Laravel-Blade-Wrapper/main/images/icon.png">
</p>
<p align="center">
An extension to wrap Blade directives.
</p>

<br>

## Usage

- Windows `Ctrl + Shift + T`
- Mac `⌘ + Shift + T`

<div align="center">

![Demo](https://github.com/IHunte/Laravel-Blade-Wrapper/blob/main/images/demo.gif?raw=true)

</div>

<br>

| Blade Directives                   |
| ---------------------------------- |
| @if...@endif                       |
| @if...@else...@endif               |
| @for...@endfor                     |
| @foreach...@endforeach             |
| @forelse...@empty...@endforelse    |
| @while...@endwhile                 |
| @push...@endpush                   |
| @pushOnce...@endPushOnce           |
| @prepend...@endprepend             |
| @once...@endonce                   |
| @section...@endsection             |
| @section...@show                   |
| @hasSection...@else...@endif       |
| @unless...@endunless               |
| @can...@endcan                     |
| @can...@elsecan...@endcan          |
| @cannot...@endcannot               |
| @cannot...@elsecannot...@endcannot |
| @component...@endcomponent         |
| @slot...@endslot                   |
| @isset...@endisset                 |
| @empty...@endempty                 |
| @auth...@endauth                   |
| @guest...@endguest                 |
| @error...@enderror                 |
| @env...@endenv                     |
| @php...@endphp                     |
| @production...@endproduction       |
| @verbatim...@endverbatim           |
| @switch...@case...@endswitch       |
| @session...@endsession             |

<br>

## Credits

- [Laravel Blade Snippets - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade)

<br>

## Contribution

If you have any suggestion please open an [issue](https://github.com/IHunte/Laravel-Blade-Wrapper/issues) or contact me on [@IHunte_dev](https://twitter.com/IHunte_dev).

<br>

## Documentation

- [Blade Templates - Laravel - The PHP Framework For Web Artisans](https://laravel.com/docs/8.x/blade)

<br>

**Enjoy!**