Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.29 KB

Print-one Laravel

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