@extends('layouts.installer') @section('content')
{{ config('app.name') }} has been successfully installed, now you need to set up a cron job:
If you are not certain on how to configure the cron job with the minimum required PHP version ({{ config('installer.core.minPhpVersion') }}), the best is to consult with your hosting provider.
On some shared hostings you may need to specify full path to the PHP executable
(for example, /usr/local/bin/php{{ str_replace('.', '', config('installer.core.minPhpVersion')) }}
or /opt/alt/php{{ str_replace('.', '', config('installer.core.minPhpVersion')) }}/usr/bin/php
instead
of php
), additionally, you can refer to our docs by clicking here in order to read more about cron job configuration.
Email: {{ $user->email }}
Password: your chosen password
There are patches available for your installation, before starting using Concord CRM, would you want to apply the patches? You can always apply them later via Settings -> System -> Update.
{{ $patch->description() }}
{{ $patch->token() }} {{ $patch->date()->toFormattedDateString() }}{{ $message }}
@enderror @endif