2017 © Pedro Peláez
 

module console-driver

Laravel explicit console driver for BotMan

image

sempro/console-driver

Laravel explicit console driver for BotMan

  • Monday, March 13, 2017
  • by sempro
  • Repository
  • 7 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

console-driver Total Downloads

Laravel explicit console driver for BotMan, (*1)

WIP

Installation

Install with composer, (*2)

composer require sempro/console-driver

Navigate to config/app.php and add the following under providers, (*3)

\Sempro\ConsoleDriver\Providers\ServiceProvider::class

Publish assets (Console chat command), (*4)

php artisan vendor:publish --force --provider="Sempro\ConsoleDriver\Providers\ConsoleDriverServiceProvider"

Register command in app/Console/Kernel.php, (*5)

protected $commands = [
    App\Console\Commands\ConsoleChat::class
];

Usage

Send a message to the bot, (*6)

php artisan console:chat "Your message here"

Send a message and log a message, (*7)

php artisan console:chat "Your message here" --log

License

MIT © Sempro AS, (*8)

The Versions

13/03 2017

dev-master

9999999-dev

Laravel explicit console driver for BotMan

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Sempro AS

13/03 2017

1.0.2

1.0.2.0

Laravel explicit console driver for BotMan

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Sempro AS

13/03 2017

1.0.1

1.0.1.0

Laravel explicit console driver for BotMan

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Sempro AS

27/02 2017

1.0.0

1.0.0.0

Laravel explicit console driver for BotMan

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Sempro AS