Laravel package for managing document templates and their PDF rendered files
aseven-team/laravel-documents is a Laravel package for laravel package for managing document templates and their pdf rendered files .
It currently has 2 GitHub stars and 79 downloads on Packagist (latest version 0.2.3).
Install it with composer require aseven-team/laravel-documents.
Discover more Laravel packages by aseven-team
or browse all Laravel packages to compare alternatives.
Last updated
Laravel package for managing document templates and the PDF rendered files
You can install the package via composer:
composer require aseven-team/laravel-documents
You can publish and run the migrations with:
php artisan vendor:publish --tag="laravel-documents-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="laravel-documents-config"
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.