承接 sanderjongsma/printnode 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-04-22