PHP code example of mvenghaus / filament-plugin-schedule-monitor
1. Go to this page and download the library: Download mvenghaus/filament-plugin-schedule-monitor 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/ */
mvenghaus / filament-plugin-schedule-monitor example snippets
bash
composer vendor:publish --provider="Spatie\ScheduleMonitor\ScheduleMonitorServiceProvider" --tag="schedule-monitor-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-schedule-monitor-config"