From 05fbe27cde10520980b1f390185e09f7c66c52e9 Mon Sep 17 00:00:00 2001 From: Phan An Date: Wed, 17 Jul 2024 11:43:25 +0200 Subject: [PATCH] docs: remove unnecessary cache:clear guide --- docs/guide/getting-started.md | 1 - docs/troubleshooting.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 7a97ac0f..1534d734 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -94,7 +94,6 @@ cd git pull git checkout latest composer install -php artisan cache:clear php artisan koel:init ``` diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 814316c7..06ce97da 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -30,7 +30,7 @@ rm -rf vendor && composer install # Clear node_modules, re-install, and re-build the front-end assets rm -rf node_modules && yarn install && yarn build -# Clear the Laravel cache +# Clear the Laravel cache. This command is automatically run after `composer install`. php artisan cache:clear # Clear the Laravel config cache