We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.3
dev-main
11.7
php artisan telegram:webhook:setup Setting webhook for [default] bot! Route [telegram.bot.webhook] not defined.
php artisan telegram:webhook:setup
No response
The text was updated successfully, but these errors were encountered:
I have seen this before. The problem is the telegram/larave service provider is deferrred
If you cache the routes it should work
artisan route:cache
Sorry, something went wrong.
No branches or pull requests
PHP version
8.3
Telegram Bot SDK version
dev-main
Laravel version (if any)
11.7
What happened?
php artisan telegram:webhook:setup
Setting webhook for [default] bot!
Route [telegram.bot.webhook] not defined.
Code To Reproduce the bug
php artisan telegram:webhook:setup
Error stacktrace (if any)
No response
Additional Context
No response
Possible Solution
No response
The text was updated successfully, but these errors were encountered: