酸溶液 /laravel-phantom

该软件包最新版本(v1.0)没有提供许可信息。

v1.0 2018-05-22 11:07 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:33:16 UTC


README

$pngGenerator = new LaravelPhantom();

$capture = $pngGenerator->open(url) ->filetype('png') ->size(1200,675) ->capture();

if ( $capture->success() ) { return Response::download($capture->file()); } else { return $capture->error(); }

$pdfGenerator = new LaravelPhantom();