PHP code example of hmazter / laravel-schedule-list
1. Go to this page and download the library: Download hmazter/laravel-schedule-list 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/ */
hmazter / laravel-schedule-list example snippets
bash
php artisan schedule:list
php artisan vendor:publish --provider="Hmazter\LaravelScheduleList\ScheduleListServiceProvider" --tag="config"
return [
'remove_strings_from_command' => [
"'".PHP_BINARY."'",
"'artisan'",
],
];