PHP code example of jordandalton / tackle-slack

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

bash
php artisan tackle:slack
bash
php artisan tackle:slack --pair
bash
php artisan tackle:slack
php artisan tackle:slack --session=billing        # a separate conversation
php artisan tackle:slack --channel=D0123456789    # talk somewhere else this time
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:slack --if-configured\" --names=server,queue,vite,slack --kill-others"
]