mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
docs: remove unnecessary cache:clear guide
This commit is contained in:
parent
063a951367
commit
05fbe27cde
2 changed files with 1 additions and 2 deletions
|
@ -94,7 +94,6 @@ cd <KOEL_ROOT_DIR>
|
|||
git pull
|
||||
git checkout latest
|
||||
composer install
|
||||
php artisan cache:clear
|
||||
php artisan koel:init
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue