28 Star 254 Fork 50

nop / nop-printer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clear_cache.bat 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
nop 提交于 2021-02-23 01:39 . 模板管理
@echo off
set SCRIPT_PATH=%~dp0
cd %SCRIPT_PATH%
set PHP_PATH=%SCRIPT_PATH%archive\php7.3.4nts
set PATH=%PHP_PATH%;%PATH%
::
:: 删除缓存文件
::
php artisan cache:clear
php artisan view:clear
php artisan route:clear
del /f /s /q storage\runtime\image\*.png
del /f /s /q storage\runtime\image\*.jpg
del /f /s /q storage\runtime\*.log
del /f /s /q storage\logs\*.log
PHP
1
https://gitee.com/wuxue107/nop-printer.git
git@gitee.com:wuxue107/nop-printer.git
wuxue107
nop-printer
nop-printer
master

搜索帮助