Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

tighten/blade-style-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Blade Style Guide

(work in progress)

Control structures

1 space after start control structure directives

  • @if
  • @elseif
  • @for
  • @foreach
  • @endforeach
  • @unless
  • @forelse

No spaces after other directives

  • @endif
  • @endfor
  • @else
  • @endforelse
  • @endunless
  • @section
  • @endsection
  • @show
  • @yield
  • @extends
  • @parent
  • @verbatim
  • @empty
  • @continue
  • @break
  • @php
  • @endphp
  • @include
  • @includeIf
  • @each
  • @push
  • @endpush
  • @stack

1 space between render braces and their content

  • {{ $x }}
  • {!! $x !!}

About

"PSR-Blade"--style guide for Laravel Blade

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published