安装
composer require intervention/image
使用文档:http://image.intervention.io/getting_started/introduction
类库
<?php
/*
* 图片处理
*/
namespace app\common\services;
use Intervention\Image\ImageManager;
class ImageService {
//client...
12-04 2,496 views
安装
composer require intervention/image
使用文档:http://image.intervention.io/getting_started/introduction
类库
<?php
/*
* 图片处理
*/
name...