Skip to content

sergiobogatsky/telegram-polls-without-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram polls without group

little help to send different types of polls to my telegram clients.

Installation

Use composer to install telegram-polls-without-groups.

composer require sergiobogatsky/telegram-polls-without-group

Do the migration:

php artisan migrate

Publish provider and select it inside of the list:

php artisan vendor:publish --force

Put the code before on first position of webhook controller of telegram:

//polls added from SergioBogatsky\TelegramPollsWithoutGroup
        if (Poll::checkAndSavePollAnswer($request)) {
            return;
        }

License

MIT

About

Polls API for easy integration into any project on PHP Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published