Ботман Студия базы данных postgres

вы не могли бы мне помочь?

мой файл botman.php уже отвечает информацией из моей базы данных, но мой файл index.php, который находится вне папок, ничего не отвечает и имеет тот же код. Я только добавляю токен моего API в telegram и драйвер телеграммы, как вы можете видеть в продолжении. Если я не добавлю этот API в телеграмму, он не отвечает.

Это мой botman.php:

введите описание изображения здесь

а это мой index.php

    <?php

use BotMan\BotMan\BotMan;
use BotMan\BotMan\Drivers\DriverManager;
use BotMan\BotMan\BotManFactory;
use BotMan\BotMan\Messages\Attachments\Image;
use BotMan\BotMan\Messages\Attachments\Location;
use BotMan\BotMan\Messages\Attachments\File;
use BotMan\BotMan\Messages\Attachments\Video;
use BotMan\BotMan\Messages\Outgoing\OutgoingMessage;

use Illuminate\Foundation\Inspiring;
use BotMan\BotMan\Messages\Incoming\Answer;
use BotMan\BotMan\Messages\Outgoing\Question;
use BotMan\BotMan\Messages\Outgoing\Actions\Button;
use BotMan\BotMan\Messages\Conversations\Conversation;
use App\Conversations\OpcionesConversation;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use App\Rol;
use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;

use Config\database;
//$botman = resolve('botman');

$config = [
'telegram' => [
'token' => '',
]
];

DriverManager::loadDriver(\BotMan\Drivers\Telegram\TelegramDriver::class);

// Create BotMan instance
$botman = BotManFactory::create($config);

$botman->hears('/start', 'App\Http\Controllers\ConversationController@index');

$botman->hears('1', function($bot){

$bot->reply("• Android versión 4.4.2 (KitKat) o superior
• Espacio en memoria de almacenamiento
• Memoria RAM superior a 1 GB
• Duración de batería superior a 12 horas de uso continuo
• Conexión a red celular 3G o superior
• Conexión a Internet");

$bot->reply('¿ Algo más en lo que pueda ayudarte ? \'/si\', \'/no\'');

});

$botman->hears('2', function($bot){

$bot->reply("Evidence funciona con Android 4.4.2 (Kitkat) o superior.");

$bot->reply('¿ Algo más en lo que pueda ayudarte ? \'/si\', \'/no\'');

});

$botman->hears('funciono','App\Http\Controllers\funciona@handleFoo');
//
// $botman->hears('tart', 'App\Http\Controllers\Database@findById');

$botman->hears('prueba', function($bot){

$bot->reply('ddd');

});

$botman->hears('la', function($bot) {
$bot->reply('Hello '.App\Rol::findById(1));
});

0

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]