php安装imagick模块

目的:主要实现将pdf转成为图片。 Imagick: The PHP ImageMagick ExtensionThe ImageMagick extension, called Imagick when referring to the PHP extension, is a native PHP extension to create and modify images using t...
php

phpstorm 配置phpunit

1composer require phpunit/phpunit ^7.5 --dev 安装phpunit到require-dev,安装完成后进入verdor/phpunit/phpunit 运行如下命令,如果看到输出版本信息,表明安装成功,如果没有任何输出,建议重新安装。 1./phpunit --version 配置phpstorm添加php解析器配置TestFramewor...
php