PHP code example of odinns / laravel-wayback-flipbook
1. Go to this page and download the library: Download odinns/laravel-wayback-flipbook library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
odinns / laravel-wayback-flipbook example snippets
return [
'delay_ms' => 2000,
'viewport' => '1280x900',
'timeout' => 60,
];
bash
php artisan wayback:flipbook https://example.com/page
bash
php artisan wayback:flipbook:export storage/app/page-history/manifest.json --fps=2
bash
php artisan vendor:publish --tag=wayback-flipbook-config