2017 © Pedro Peláez
 

library tuling

laravel 图灵机器人

image

wjh/tuling

laravel 图灵机器人

  • Monday, January 22, 2018
  • by wjh825998772
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 33 % Grown

The README.md

Tuling robot for Laravel 5

[![Build Status][ico-travis]][link-travis], (*1)

关于

Tuling robot是对图灵机器人的封装, (*2)

安装方法

在你的composer.json中引用 wjh/tuling,然后更新依赖关系:, (*3)

$ composer require wjh/tuling

config/app.php服务提供者数组中添加Wjh\Tuling\ServiceProvider, (*4)

Wjh\Tuling\ServiceProvider::class,

使用方法

$handle = new Wjh\Tuling\Handle();
$handle->handle();

配置文件

默认的配置文件在config/tuling.php,复制该文件到你的文件夹中并修改,发布配置文件通过以下命令:, (*5)

php artisan vendor:publish --provider="Wjh\Tuling\ServiceProvider"

app_url和app_key可以到图灵官网上申请, (*6)

return [
    'app_url' => env('tuling_app_url'),
    'app_key' => env('tuling_app_key'),
];

The Versions

22/01 2018

dev-dev

dev-dev

laravel 图灵机器人

  Sources   Download

MIT

The Requires

 

The Development Requires

by wjh

laravel tuling

17/01 2018

dev-master

9999999-dev

laravel 图灵机器人

  Sources   Download

MIT

The Requires

 

The Development Requires

by wjh

laravel tuling

16/01 2018

v0.1.2

0.1.2.0

laravel 图灵机器人

  Sources   Download

MIT

The Requires

 

by wjh

laravel tuling

16/01 2018

v0.1.1

0.1.1.0

laravel 图灵机器人

  Sources   Download

MIT

The Requires

 

by wjh

laravel tuling

16/01 2018

v0.1

0.1.0.0

laravel 图灵机器人

  Sources   Download

MIT

The Requires

 

by wjh