anodio/core

此软件包最新版本(v0.1.35)没有提供许可信息。

v0.1.35 2024-09-27 15:17 UTC

README

测试

运行测试

docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "composer install"
docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "vendor/bin/phpunit"

bash

运行bash交互式shell:true

docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "bash"

调试

以xdebug交互式运行bash shell:true

docker run --rm -e XDEBUG_SESSION=PHPSTORM -e XDEBUG_MODE=debug  -e PHP_IDE_CONFIG='serverName=anodio-core' -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.17 -c -l "bash"