LaravelPackages.net
Acme Inc.
Toggle sidebar
acid-solutions/laravel-phantom

1.711
0
v1.0
About acid-solutions/laravel-phantom

acid-solutions/laravel-phantom is a Laravel package. It currently has 0 GitHub stars and 1.711 downloads on Packagist (latest version v1.0). Install it with composer require acid-solutions/laravel-phantom. Discover more Laravel packages by acid-solutions or browse all Laravel packages to compare alternatives.

Last updated

Laravel Phantom

$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();

Comments