flobbos / laravel-pdf-merger
Merging PDFs in laravel made easy
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/flobbos/laravel-pdf-merger
Requires
- php: >=7.0.0
- illuminate/support: >=5.3.0
This package is auto-updated.
Last update: 2025-09-14 07:13:48 UTC
README
If you want to save time on your crud operations
This is a simple package based on https://github.com/rguedes/PDFMerger for merging PDF files updated to work better with Laravel 5.x.
Docs
Installation
Install package
Add the package in your composer.json by executing the command.
composer require flobbos/laravel-crudable
Next, if you plan on using the Contract with automated binding,
add the service provider to app/config/app.php
Flobbos\Crudable\CrudableServiceProvider::class,
Configuration
Publish configuration file
Laravel 5.*
php artisan vendor:publish