Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/collections/pages/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down