@php $articleUrl = 'https://support.bedigit.com/help-center/articles/19/configuring-the-cron-job'; $scheduleCmd = getRightPathsForCmd('php artisan schedule:run', withHint: false); $queueCmd = getRightPathsForCmd('php artisan queue:work --queue=mail,sms,thumbs,default', withHint: false); $hintForCmd = getHintForPhpCmd(); @endphp

{{ trans('messages.setting_up_cron_jobs') }}

{!! trans('messages.cron_jobs_guide', ['articleUrl' => $articleUrl]) !!}
{!! $scheduleCmd !!} {!! $queueCmd !!} {!! $hintForCmd !!}