flobbos/laravel-pdf-merger

Merging PDFs in laravel made easy

0.0.2 2018-12-13 15:38 UTC

This package is auto-updated.

Last update: 2024-11-14 05:31:16 UTC


README

Laravel Crudable

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