print-one/print-one-laravel
最新稳定版本:1.0.0
Composer 安装命令:
composer require print-one/print-one-laravel
包简介
The official laravel package for Print.one
README 文档
README
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
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-10