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.