Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-cermak/enplated-mvc-vsc-extension

✔️✔️✔️ Syntax Formatter for Enplated MVC Framework for VS Code.
https://github.com/k-cermak/enplated-mvc-vsc-extension

blade blade-template effective framework mvc php php-framework small-size website-development

Last synced: 7 days ago
JSON representation

✔️✔️✔️ Syntax Formatter for Enplated MVC Framework for VS Code.

Awesome Lists containing this project

README

        

# Enplated MVC - Visual Studio Code Extension

- Syntax Highlight support for .enp Blade files used in the Enplated MVC framework.
- Auto-completion for .enp Blade directives.
- Core and Demo projects are available at [Enplated MVC website](https://enplated.karlosoft.com/mvc) or [GitHub](https://github.com/K-cermak/Enplated-MVC).

**Supported .enp Blade directives:**
- `@if`
- `@elseif`
- `@else`
- `@endif`
- `@for`
- `@endfor`
- `@foreach`
- `@endforeach`
- `@include`
- `{{ env() }}`
- `{{ $variable }}`
- `{{-- comment --}}`
- `@php`
- `@endphp`