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 +``` 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.