print-one/print-one-laravel

The official laravel package for Print.one

1.0.0 2024-06-10 14:18 UTC

This package is auto-updated.

Last update: 2024-09-10 14:59:48 UTC


README

packagist package Issues

The official laravel package for Print.one

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

Installation

You can install the package via composer:

composer require print-one/print-one-laravel

You can publish the config file with:

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

Usage example

use Illuminate\Support\Facades\Config;
use PrintOne\PrintOne\Facades\PrintOne;

Config::set('print-one.api_key', 'live_your-api-key');
PrintOne::templates(); // Get available templates

Help

  • With problems, questions or suggestions, please file an issue.
  • For other questions, feel free to contact us at our support page.

Credits

Initial project was developed by Nexibi