PHP code example of indeev / laravel-schedule-calendar

1. Go to this page and download the library: Download indeev/laravel-schedule-calendar 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/ */

    

indeev / laravel-schedule-calendar example snippets

bash
php artisan schedule:calendar
bash
php artisan schedule:calendar --display=dot
bash
php artisan schedule:calendar --display=list
bash
php artisan schedule:calendar --range=week
bash
php artisan schedule:calendar --day=yyyy-mm-dd
bash
php artisan schedule:calendar --hoursPerLine=6
bash
php artisan schedule:calendar --hoursPerLine=24