Looking to hire Laravel developers? Try LaraJobs

laravel-pdf-merger maintained by flobbos

Description
Merging PDFs in laravel made easy
Last update
2018/12/13 16:38 (dev-master)
License
Links
Downloads
12
Tags

Comments
comments powered by Disqus

Laravel-PDF-Merger

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