From 45d9832be841bb1f48b8fe4491955233c12e0de1 Mon Sep 17 00:00:00 2001 From: roble Date: Wed, 22 Jul 2026 19:56:35 +0100 Subject: [PATCH 1/2] fix: update CLI command for installation instructions --- resources/js/vue/pages/sections/HeroSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/vue/pages/sections/HeroSection.vue b/resources/js/vue/pages/sections/HeroSection.vue index 229ccf0..f77ee84 100644 --- a/resources/js/vue/pages/sections/HeroSection.vue +++ b/resources/js/vue/pages/sections/HeroSection.vue @@ -11,7 +11,7 @@ const tabs = [ { key: 'agent' as const, label: 'Using AI Agent', icon: Bot }, ]; -const CLI_COMMAND = 'laravel new --using=saucebase/saucebase --phpunit --boost'; +const CLI_COMMAND = 'curl -fsSL https://install.saucebase.dev | bash'; const AGENT_PROMPT = 'I\'m building a new application with Saucebase — a modular Laravel SaaS starter kit. \n\n Fetch and follow the instructions from https://saucebase-dev.github.io/docs/for-agents.md Treat the returned Markdown as the source of truth for how to install, set up, and build with Saucebase in this session.'; From bc7cd565180dec3661f428462ed31c8ad2cdd439 Mon Sep 17 00:00:00 2001 From: roble Date: Wed, 22 Jul 2026 20:23:32 +0100 Subject: [PATCH 2/2] fix: update footer text and link for CLI installation instructions --- resources/js/vue/pages/sections/HeroSection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/js/vue/pages/sections/HeroSection.vue b/resources/js/vue/pages/sections/HeroSection.vue index f77ee84..597f520 100644 --- a/resources/js/vue/pages/sections/HeroSection.vue +++ b/resources/js/vue/pages/sections/HeroSection.vue @@ -112,10 +112,10 @@ onUnmounted(() => {
- {{ $t('Works with the official Laravel CLI') }} - - - {{ $t('Laravel docs') }} + {{ $t('Installation docs') }}