@extends('vendor.installer.layouts.master') @section('template_title', 'Cron / Scheduler') @section('title') Configure Cron @endsection @section('subtitle', 'GCXpass relies on Laravel’s scheduler for daily metrics, AI briefings, token cleanup and AutoCloseDays.') @section('container')
Add one of the cron lines below to your server. It runs every minute and is safe to leave in place forever.

Standard server

{{ $cronLine }}

cPanel / shared hosting

{{ $cronLineCpanel }}
Waiting for first cron tick…

Once the cron is added, the first run can take up to 60 seconds.

Skip for now
@endsection