PHP code example of jordandalton / tackle-telegram

1. Go to this page and download the library: Download jordandalton/tackle-telegram 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/ */

    

jordandalton / tackle-telegram example snippets

bash
php artisan tackle:telegram
bash
php artisan tackle:telegram --pair
bash
php artisan tackle:telegram
json
"dev": [
    "Composer\\Config::disableProcessTimeout",
    "npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74,#22d3ee\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"npm run dev\" \"php artisan tackle:telegram --if-configured\" --names=server,queue,vite,telegram --kill-others"
]