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