PHP code example of bvtvd / laravel-gateway-worker

1. Go to this page and download the library: Download bvtvd/laravel-gateway-worker 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/ */

    

bvtvd / laravel-gateway-worker example snippets


php artisan vendor:publish --provider="bvtvd\GatewayWorker\GatewayWorkerServiceProvider"

php artisan gatewayworker:install

php artisan gatewayworker start

php artisan gatewayworker start --daemon