The official laravel package for Print.one
Laravel package that lets you send automated personalized postcards using Print.one.
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"
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
- With problems, questions or suggestions, please file an issue.
- For other questions, feel free to contact us at our support page.
Initial project was developed by Nexibi