From 1e2df702cbac716bc9514aac50d92b5f6f917044 Mon Sep 17 00:00:00 2001 From: Christoph Stockinger Date: Sun, 15 Feb 2026 23:34:03 +0100 Subject: [PATCH] Replace outdated flag with new parameter --- content/collections/pages/laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/pages/laravel.md b/content/collections/pages/laravel.md index a6d60c9d8..d0309e47f 100644 --- a/content/collections/pages/laravel.md +++ b/content/collections/pages/laravel.md @@ -50,7 +50,7 @@ There are 3 steps to follow to install Statamic into your Laravel app. 3. Install `statamic/cms` with Composer. ``` shell - composer require statamic/cms --with-dependencies + composer require statamic/cms -W ``` 4. Depending on how you set up users in your app, you might need to run a command to publish Statamic's auth migrations.