LaravelPackages.net
Acme Inc.
Toggle sidebar
aseven-team/laravel-documents

Laravel package for managing document templates and their PDF rendered files

79
2
0.2.3
About aseven-team/laravel-documents

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 Documents

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Laravel package for managing document templates and the PDF rendered files

Installation

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"

Usage


Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments