PHP code example of be-interactive / jobrunner
1. Go to this page and download the library: Download be-interactive/jobrunner 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/ */
be-interactive / jobrunner example snippets
return [
'folders' => [
'App\Console\Commands' => __DIR__.'/../app/Console/Commands',
],
];
bash
php artisan vendor:publish --tag="jobrunner-config"
bash
php artisan jobrunner