2017 © Pedro Peláez
 

library screenshot-l4

Screenshot tool for Laravel 4, recommended for internal use only.

image

twosuperior/screenshot-l4

Screenshot tool for Laravel 4, recommended for internal use only.

  • Sunday, January 18, 2015
  • by twosuperior
  • Repository
  • 2 Watchers
  • 3 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Screenshot Package for Laravel 4


Screenshot tool for Laravel 4 using PhantomJS, (*1)


Installation

Requirements:

- Any flavour of PHP 5.3+ should do
- illuminate/support 4.*
- "intervention/image 2.*
- jakoch/phantomjs-installer

Setup With Composer:

In order to install, add the following to your composer.json file within the require block:, (*2)

"require": {
    …
    "twosuperior/screenshot": "1.0.*",
    …
}

Within Laravel, locate the file ..app/config/app.php *., (*3)

Add the following to the providers array:, (*4)

'providers' => array(
    …
    'Twosuperior\Screenshot\ScreenshotServiceProvider',
    …
),

Furthermore, add the following the the aliases array:, (*5)

'aliases' => array(
    …
    'Screenshot' => 'Twosuperior\Screenshot\Facades\Screenshot',
    …
),

Publish the configuration, (*6)

$ php artisan config:publish twosuperior/screenshot

Lastly, run the command composer update., (*7)

The Versions

18/01 2015

dev-master

9999999-dev

Screenshot tool for Laravel 4, recommended for internal use only.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel screenshot twosuperior screenshot-l4

18/01 2015

1.0.1

1.0.1.0

Screenshot tool for Laravel 4, recommended for internal use only.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel screenshot twosuperior screenshot-l4

18/01 2015

1.0.0

1.0.0.0

Screenshot tool for Laravel 4, recommended for internal use only.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel screenshot twosuperior screenshot-l4