dev-master
9999999-devBlade for modulusPHP
MIT
The Requires
by Donald Pakkies
1.0
1.0.0.0Blade for modulusPHP
MIT
The Requires
by Donald Pakkies
dev-dev
dev-devBlade for modulusPHP
MIT
The Requires
by Donald Pakkies
Blade for modulusPHP
Blade for modulusPHP, (*1)
composer require don47/blade
Open app\Config\grammar.php
and add the following code inside return
, (*2)
'don47-blade' => [ 'enabled' => true, 'class' => Don47\Grammar\Blade::class ]
Your app\Config\grammar.php
file should now look like this:, (*3)
[ 'enabled' => true, 'class' => Don47\Grammar\Blade::class ] ]; ``` ## Examples > if statement ``` @if ($name == 'Donald')Creator of modulusPHP
@endif ``` > isset ``` @isset($creator)The creator of modulusPHP is {{ $creator }}
@endisset ``` equivalent to: ```The creator of modulusPHP is
Blade for modulusPHP
MIT
Blade for modulusPHP
MIT
Blade for modulusPHP
MIT