artur89 / mylibconverter

我的测试包,用于轻松使用货币转换器

0.1 2022-09-29 13:30 UTC

This package is auto-updated.

Last update: 2024-09-29 05:57:12 UTC


README

为运行本地小型PHP脚本并启用 assert 函数的骨架

本地工作

构建Docker镜像

make build

连接到终端

make exec

make all 进行两者操作

或使用内置的PHP服务器 https://:8080

# start server on 8080 port
make serve 
# custom port 8081
make serve PORT=8081

默认PHP版本是7.4。使用PHP_VERSION=来使用自定义版本。

make all PHP_VERSION=8.0
# run both 
make all PHP_VERSION=7.4 && make all PHP_VERSION=8.0

为您量身定制