Skip to content

Commit f15d544

Browse files
committed
Fix backtick issue with Laravel Boost
1 parent 270a5f0 commit f15d544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/boost/guidelines/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
### File Structure
7272

73-
- `src/Tags/EasyForm.php` — Main `{{ easyform }}` tag handler.
73+
- `src/Tags/EasyForm.php` — Main `@{{ easyform }}` tag handler.
7474
- `src/Tags/Concerns/` — Trait composition: `HandlesForms`, `HandlesFields`, `HandlesDictionaries`, `HasVersion`.
7575
- `src/Listeners/ValidateRecaptcha.php` — Optional reCAPTCHA v3 listener.
7676
- `resources/views/form/fieldtypes/` — 18 field type Antlers templates.

0 commit comments

Comments
 (0)