@extends('installer::installation.layout') @section('content')

Installation Successful

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.

Admin Credentials

Use these credentials to login to your application.

Email Address:
{{ $user->email }}
Password:
Your chosen password
Go to Login
@endsection