This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require limenet/laravel-pdfAnd set up a scheduled task:
// app/Console/Kernel.php
$schedule->command(\Limenet\LaravelPdf\Commands\Cleanup::class)->hourly();You can publish the config file with:
php artisan vendor:publish --tag="laravel-pdf-config"Choose a strategy:
- Puppeteer. Please also install the Node dependencies:
npm i puppeteer fs-extra
- Browserless.io
For local development, you may want to use the browserless strategy with inline_assets set to true.
use Limenet\LaravelPdf\Pdf;
return (new Pdf(
view: 'hello-world',
))->response();composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.