Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 11, 2024
1 parent 1c92be2 commit 902d60c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/integrations/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ nav_order: 1

## Usage in plain Laravel

When using Bundle in your SSR Blade views, you may push/prepend `<x-bundle />` to a stack.
When using Bundle in your Blade views, you may push/prepend `<x-bundle />` to a stack.

Please refer to the [Laravel documentation](https://laravel.com/docs/10.x/blade#stacks){:target="\_blank"} for more information about using stacks.

```html
@stack('scripts')
Expand Down

0 comments on commit 902d60c

Please sign in to comment.