Download the PHP package kanagama/add-directives-to-larave-blade without Composer
On this page you can find all versions of the php package kanagama/add-directives-to-larave-blade. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kanagama/add-directives-to-larave-blade
More information about kanagama/add-directives-to-larave-blade
Files in kanagama/add-directives-to-larave-blade
Download kanagama/add-directives-to-larave-blade
More information about kanagama/add-directives-to-larave-blade
Files in kanagama/add-directives-to-larave-blade
Vendor kanagama
Package add-directives-to-larave-blade
Short Description Laravel Blade Directive を追加
License MIT
Homepage https://github.com/kanagama/add-directives-to-laravel-blade
Package add-directives-to-larave-blade
Short Description Laravel Blade Directive を追加
License MIT
Homepage https://github.com/kanagama/add-directives-to-laravel-blade
Please rate this library. Is it a good library?
Informations about the package add-directives-to-larave-blade
Add-Directives-To-Laravel-Blade
暇なので作りました。
インストール方法
追加されるディレクティブ一覧
@true
$conditions 条件式が true の場合のみ表示されます。
@false
$conditions 条件式が false の場合のみ表示されます。
@notempty
@empty ディレクティブと反対の挙動をします
$conditions が empty でない場合に表示されます
@notisset
@isset ディレクティブと反対の挙動をします
$conditions が定義されていない、または null の場合に表示されます
@isnull
$conditions が null の場合に表示されます
@isnotnull
$conditions が null でない場合に表示されます
@loop
$conditions の回数分表示されます
@foreach ディレクティブと同じく、$loop 変数が利用できます。
All versions of add-directives-to-larave-blade with dependencies
PHP Build Version
Package Version
The package kanagama/add-directives-to-larave-blade contains the following files
Loading the files please wait ....