-
Как на счет разделить в отдельные пакеты некоторый функционал? Заодно перенести зависимости на интерфейсы.
Пакет Platform (Core):
* Экраны
* Формы
* Виджеты
Пакет Auth, зависит от Platform …
-
Hi
I find out that this package does not support laravel 5.5.
What could I do? Please help
-
- BotMan Version: 2.0
- PHP Version:7.1
- Messaging Service(s): Telegram
- Cache Driver:
### Description:
Hello, i have one more question if you please.
I'm trying to use middleware with Botma…
-
It would be nice that Espi could send alerts & reminders to chat, for example members birthday greeeting.
It can be done using DB & this extension
https://github.com/alberto-bottarini/laravel-tele…
-
Looking inside the Guard, I see that the token is validated and then the user is retrieved by id:
```php
// Codecasts\Auth\JWT\Auth\Guard
protected function findUserByToken(Token $token)
{
…
-
hi how use this library in laravel?
-
Is there anyway i could easily listen to all new logs as i would like it to notify on telegram.
-
Even after including this;
```
'telegram-bot-api' => [
'token' => env('TELEGRAM_BOT_TOKEN')
],
```
in config/services, and defining it in the .env file, I still get the error:
> You …
-
I have two project where I want to use this SDK. One is Laravel 5.4 the second is Laravel 5.5.
With Laravel 5.4 the message sending goes smoothly, but with the Laravel 5.5 I got the following error:
…
-
Hello, the database dump works just fine, but I'm noticing that the files are not being backed up. When I look at the logs, I'm getting this error:
> Symfony\Component\Debug\Exception\FatalThrowab…