From ccbdc2f90f7218b0e557417ddf1244417134510c Mon Sep 17 00:00:00 2001 From: Krishna Bhandari Date: Mon, 9 Sep 2024 16:19:10 +0545 Subject: [PATCH] docs: update laravel.md creating project command (#752) --- apps/www/src/content/docs/installation/laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/installation/laravel.md b/apps/www/src/content/docs/installation/laravel.md index fc8fd8ae..4f2aa947 100644 --- a/apps/www/src/content/docs/installation/laravel.md +++ b/apps/www/src/content/docs/installation/laravel.md @@ -10,7 +10,7 @@ description: Install and configure Laravel with Inertia Start by creating a new Laravel project with Inertia and Vue using the Laravel installer `laravel new my-app`: ```bash -laravel new my-app --typescript --breeze --stack=vue --git --no-interaction +laravel new my-app --breeze --stack=vue --git ``` ### Run the CLI