From 1e2df702cbac716bc9514aac50d92b5f6f917044 Mon Sep 17 00:00:00 2001 From: Christoph Stockinger Date: Sun, 15 Feb 2026 23:34:03 +0100 Subject: [PATCH 1/2] 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. From c293910578ef16fe60cf96bbdd8f4a16a13c5f3a Mon Sep 17 00:00:00 2001 From: Christoph Stockinger Date: Sun, 22 Feb 2026 16:40:47 +0100 Subject: [PATCH 2/2] Fix link to Vite setup documentation --- content/collections/pages/build-a-fieldtype.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/collections/pages/build-a-fieldtype.md b/content/collections/pages/build-a-fieldtype.md index 6ac5489b2..8164f0153 100644 --- a/content/collections/pages/build-a-fieldtype.md +++ b/content/collections/pages/build-a-fieldtype.md @@ -26,7 +26,7 @@ resources/ Uppercase.vue ``` -If you haven't already [set up Vite](https://statamic.dev.test/control-panel/css-javascript) for the Control Panel, the command will do it for you. +If you haven't already [set up Vite](https://statamic.dev/control-panel/css-javascript) for the Control Panel, the command will do it for you. ## Registering @@ -431,4 +431,4 @@ Fieldtype::appendConfigField('group', [ 'type' => 'text', 'display' => 'A new group', ]); -``` \ No newline at end of file +```