From aebc25136e90e6f636985424b88351f80fa937d3 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Fri, 19 Jan 2024 12:06:48 +0100 Subject: [PATCH] wip --- docs/integrations/alpinejs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/alpinejs.md b/docs/integrations/alpinejs.md index 5ed45b0..33bad7b 100644 --- a/docs/integrations/alpinejs.md +++ b/docs/integrations/alpinejs.md @@ -9,6 +9,8 @@ image: "/assets/social-square-alpine.png" Alpine can be bootstrapped with ease using a [local module](https://laravel-bundle.dev/local-modules.html). +**_Note that if you are trying out Bundle in a project that already uses Alpine there is no need for this. You can start using imports inside your components immediately, with zero config_** + First make sure you have [path rewritig](https://laravel-bundle.dev/local-modules.html) set up. Then install Alpine. ```bash