docs: remove unnecessary cache:clear guide

This commit is contained in:
Phan An 2024-07-17 11:43:25 +02:00
parent 063a951367
commit 05fbe27cde
2 changed files with 1 additions and 2 deletions

View file

@ -94,7 +94,6 @@ cd <KOEL_ROOT_DIR>
git pull git pull
git checkout latest git checkout latest
composer install composer install
php artisan cache:clear
php artisan koel:init php artisan koel:init
``` ```

View file

@ -30,7 +30,7 @@ rm -rf vendor && composer install
# Clear node_modules, re-install, and re-build the front-end assets # Clear node_modules, re-install, and re-build the front-end assets
rm -rf node_modules && yarn install && yarn build 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 php artisan cache:clear
# Clear the Laravel config cache # Clear the Laravel config cache