Laravel package that lets you send automated personalized postcards using Print.one.
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"
PrintOne::templates(); // Get available templates
composer test