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

{!! trans('messages.cron_jobs_guide') !!}

@if (!isset(explode(" ", exec("whereis php"))[1]))
Cannot find PHP_BIN_PATH in your server. Please find it and replace all {PHP_BIN_PATH} text below with that one.
Ex: /usr/bin/php7.0, /usr/bin/php, /usr/lib/php.
@endif
# {{ trans('messages.cron_jobs_comment') }}
* * * * * {!! (isset(explode(" ", exec("whereis php"))[1]) ? explode(" ", exec("whereis php"))[1] : "{PHP_BIN_PATH}") !!} -q {{ base_path() }}/artisan schedule:run >> /dev/null 2>&1