Skip to content

Commit 16397bc

Browse files
committed
feat: add directives docs
1 parent 703f0c1 commit 16397bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/frontend/blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This will render the `hello.blade.php` view and pass in a variable called `name`
101101

102102
## Directives included in Leaf Blade
103103

104-
Although Leaf Blade is just an adaptation of the original Blade package, it comes pre-packaged with some original Blade directives remodelled to work with Leaf and a few custom directives to make your life easier. You can find all common Blade directives in the [Blade documentation](https://laravel.com/docs/8.x/blade).
104+
Although Leaf Blade is just an adaptation of the original Blade package, it comes pre-packaged with some original Blade directives remodelled to work with Leaf and a few custom directives to make your life easier. You can find all common Blade directives in the [Blade documentation](https://laravel.com/docs/11.x/blade#blade-directives).
105105

106106
Here are some of the directives you can use in your Blade views:
107107

0 commit comments

Comments
 (0)