PHP Classes

File: tests/templates/comment.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/templates/comment.blade.php   Download  
File: tests/templates/comment.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change:
Date: 1 year ago
Size: 214 bytes
 

Contents

Class file image Download
{{--
  Lorem ipsum dolor @foreach
--}}
Multi line comment in PHP tags

@php
    /**
     * Lorem ipsum dolor @foreach
     */
@endphp
Single line comment in PHP tags

@php
    // Lorem ipsum dolor @foreach
@endphp