Skip to content

Commit

Permalink
Use botman-tinker package
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Apr 3, 2017
1 parent 3693d75 commit 9226ce4
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 240 deletions.
166 changes: 0 additions & 166 deletions app/BotMan/Drivers/ConsoleDriver.php

This file was deleted.

71 changes: 0 additions & 71 deletions app/Console/Commands/BotManTinker.php

This file was deleted.

1 change: 0 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
BotManListen::class,
BotManTinker::class,
FacebookAddStartButtonPayload::class
];

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"laravel/framework": "5.3.*",
"mpociot/botman": "~1.0",
"mpociot/slack-client": "^0.2.6",
"clue/stdio-react": "^1.0"
"clue/stdio-react": "^1.0",
"mpociot/botman-tinker": "^0.1.1"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
53 changes: 52 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
* Package Service Providers...
*/
\Mpociot\BotMan\BotManServiceProvider::class,
\Mpociot\BotManTinker\BotManTinkerServiceProvider::class,

/*
* Application Service Providers...
Expand Down

0 comments on commit 9226ce4

Please sign in to comment.