Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2.x/building-your-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Jetstream includes a notification banner which can be displayed at the top of yo
php artisan vendor:publish --tag=jetstream-views
```

After publishing the Jetstream components, your application will contain the banner component at `vendor/components/banner.blade.php`. If you are using the Inertia stack, your banner component will be contained within the `Banner.vue` Vue component.
After publishing the Jetstream components, your application will contain the banner component at `resources/views/vendor/jetstream/components/banner.blade.php`. If you are using the Inertia stack, your banner component will be contained within the `Banner.vue` Vue component.

To instruct Jetstream to display the banner, you must flash a `flash.banner` message to the session. In addition to the banner message, you may also instruct Jetstream to display the banner with a `success` style or a `danger` style:

Expand Down