@extends ('core.layouts.app') @section ('title', trans('meta.cron_info')) @section('content')

{{ trans('meta.cron') }}

{{trans('meta.cron_info')}}


The software utility Cron is a time-based job scheduler. People who set up and maintain automated application task use cron to schedule jobs to run periodically at fixed times, dates, or intervals. Recommended cron job scheduling is in midnight.

{{trans('meta.expired_cron')}} have two optional parameters . days=15 (any integer value) and clock value should be past or future


{{ Form::open(['route' => 'biller.cron_post', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post']) }} {{ Form::close() }}

Cron Token

{{$key['value2']}}

@foreach($urls as $row)
wget {{$row['url']}}
get {{$row['url']}}
curl {{$row['url']}}
@endforeach
@endsection