mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-13 02:48:57 +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 |