sanderjongsma/printnode
Composer 安装命令:
composer require sanderjongsma/printnode
包简介
:description
关键字:
README 文档
README
A simple Laravel 5 wrapper for the official PrintNode PHP Library.
Version overview
Uses the 2.0.0-rc1 version from the printnode php package
Installation
Step 1: Install Through Composer
composer require sanderjongsma/printnode
Step 2: Add the Service Provider
Add the service provider in app/config/app.php
'provider' => [ ... SanderJongsma\PrintNode\PrintNodeServiceProvider::class, ... ];
Step 3: Add the Facades
Add the alias in app/config/app.php
'aliases' => [ ... 'PrintNode' => SanderJongsma\PrintNode\Facades\PrintNode::class, 'PrintJob' => SanderJongsma\PrintNode\Facades\PrintJob::class, ... ];
Step 4: Publish configuration
php artisan vendor:publish --provider="SanderJongsma\PrintNode\PrintNodeServiceProvider"
Step 5: Customize configuration
You can directly edit the configuration in config/printnode.php or copy these values to your .env file.
PRINTNODE_API_KEY=yourapikey
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 175
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-22