PHP code example of droath / chatbot-hub

1. Go to this page and download the library: Download droath/chatbot-hub library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

droath / chatbot-hub example snippets


return [
];

$chatbotHub = new Droath\ChatbotHub();
echo $chatbotHub->echoPhrase('Hello, Droath!');
bash
php artisan vendor:publish --tag="chatbot-hub-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="chatbot-hub-config"
bash
php artisan vendor:publish --tag="chatbot-hub-views"