13/02
2014
Wallogit.com
2017 © Pedro Peláez
Laravel 4 facade helper and IoC container registration to bring snapshot into the application, (*1)
Add to composer.json, (*2)
"definitely246/snapshot-l4": "dev-master",
Add to your providers in app/config/app.php, (*3)
'Definitely246\Snapshot\SnapshotServiceProvider',
Add to your aliases in app/config/app.php, (*4)
'Snapshot' => 'Definitely246\SnapshotL4\SnapshotFacade',
To create a pdf file from a url, (*5)
$pdfFile = Snapshot::pdf($url, $filename, $paperSize = '8.5in*11in', $zoom = '');