@extends('installer::installation.layout') @section('content')
Congratulations! The application has been successfully installed.
As the last requirement, you must configure a cron job:
{{ $phpExecutable }}
If you are not certain on how to configure the cron job with the minimum required PHP version ({{ config('installer.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/php82
or /opt/alt/php82/usr/bin/php
) instead of php
.
Use these credentials to login to your application.