issues
search
pbelyaev
/
laravel-blade-compiler
[NOT MAINTAINED] NPM Package that compiles Blade template language to HTML
MIT License
9
stars
4
forks
source link
Tags that aren't ready yet
#7
Open
pbelyaev
opened
8 years ago
pbelyaev
commented
8 years ago
[ ] Loops (@for, @foreach, @forelse and etc.)
[ ] regular echo {{ }} and raw echo {!! !!}
[ ] {{ $text or "Default" }}
[ ] @if statements (including @unless and etc.)
[ ] @includeIf