mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
4 lines
133 B
Batchfile
4 lines
133 B
Batchfile
@echo off
|
|
@rmdir /s/q vendor thinkphp
|
|
composer update --profile --prefer-dist --optimize-autoloader
|
|
composer dump-autoload --optimize |