2017 © Pedro Peláez
 

library snapshot-l4

image

definitely246/snapshot-l4

  • Thursday, February 13, 2014
  • by kelt
  • Repository
  • 1 Watchers
  • 1 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

snapshot-l4

Laravel 4 facade helper and IoC container registration to bring snapshot into the application, (*1)

Installation

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',

Usage

To create a pdf file from a url, (*5)

  $pdfFile = Snapshot::pdf($url, $filename, $paperSize = '8.5in*11in', $zoom = '');

The Versions

13/02 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires