From f4cd75bcd3653bc1863613e8ca03b71bb29de3ec Mon Sep 17 00:00:00 2001 From: Cuzorn <45734152+Cuzorn@users.noreply.github.com> Date: Thu, 23 Dec 2021 09:23:26 +0100 Subject: [PATCH] Update building-your-app.md Corrected path to banner alert --- 2.x/building-your-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/building-your-app.md b/2.x/building-your-app.md index 31cf4bb..6b6d4f1 100644 --- a/2.x/building-your-app.md +++ b/2.x/building-your-app.md @@ -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: