Skip to content

Print-one/print-one-laravel

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e15e096 ยท Jun 10, 2024

History

89 Commits
Jun 10, 2024
Oct 6, 2022
Apr 23, 2024
Apr 23, 2024
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Jun 10, 2024

Repository files navigation

Nexibi\PrintOne

Laravel package that lets you send automated personalized postcards using Print.one.

Installation

You can install the package via composer:

composer require nexibi/print-one

You can publish the config file with:

php artisan vendor:publish --tag="print-one-config"

Usage example

PrintOne::templates(); // Get available templates

Testing

composer test