File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77[ ![ Release] ( https://img.shields.io/github/v/release/lukasleitsch/kirby-blade?style=flat-square )] ( https://github.com/lukasleitsch/kirby-blade )
88[ ![ License] ( https://img.shields.io/github/license/lukasleitsch/kirby-blade?style=flat-square )] ( https://github.com/lukasleitsch/kirby-blade )
99
10- Kirby Blade use Laravel ` illuminate/view ` 10 .x package and compatible with Kirby 4.
10+ Kirby Blade use Laravel ` illuminate/view ` 11 .x package and compatible with Kirby 4.
1111
1212This package enables [ Laravel Blade] ( https://laravel.com/docs/9.x/blade ) for your own Kirby applications.
1313
@@ -66,7 +66,7 @@ All the views generated are stored in `site/cache/views` directory or wherever y
6666
6767### Directives
6868
69- By default Kirby Blade comes with following directives:
69+ By default, Kirby Blade comes with following directives:
7070
7171``` php
7272@asset($path)
@@ -134,7 +134,7 @@ Like directives, you can create your own if statements:
134134],
135135```
136136
137- After declaration you can use it like:
137+ After declaration, you can use it like:
138138
139139``` php
140140@logged
You can’t perform that action at this time.
0 commit comments