Skip to content

A Laravel Nova tool for uploading PDFs, extracting metadata and adding placeholders to form input fields.

Notifications You must be signed in to change notification settings

Fanmade/papertrail

Repository files navigation

Papertrail

A Laravel Nova tool for uploading PDFs, extracting metadata and adding placeholders to form input fields.

Warning!

It is currently being developed for a specific project and not yet ready for general use.

Installation

Install the package via composer:
composer require fanmade/nova-papertrail

Run the publish command:
php artisan vendor:publish --provider="Fanmade\Papertrail\PapertrailServiceProvider"

If you only want to publish the config file:
php artisan vendor:publish --tag=papertrail-config or the migrations:
php artisan vendor:publish --tag=papertrail-migrations

Important:
If you want to have the PDFs stored in a tenant-context, you need to move the migrations to your tenant-context before running the migrations.

About

A Laravel Nova tool for uploading PDFs, extracting metadata and adding placeholders to form input fields.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published