Looking to hire Laravel developers? Try LaraJobs

print-one-laravel maintained by print-one

Description
The official laravel package for Print.one
Last update
2024/06/10 16:28 (dev-main)
License
Downloads
19

Comments
comments powered by Disqus

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