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

Welcome to the Installer

Installation Process

This wizard will guide you through the installation process. In just a few steps, you'll have your application up and running.

1

Requirements Check

We'll check if your server meets all the requirements.

2

Permissions

We'll verify that file permissions are set correctly.

3

Environment Setup

Set up your application environment and database connection.

4

Create Admin User

Create your administrator account.

5

Finish

Complete the installation and start using your application.

Before you begin: Make sure you have your database credentials ready.

@if(strpos($url, '/public') !== false)

IMPORTANT : Ensure that the document root path of your subdomain is set to the /public directory. This step is crucial for the correct functioning of the application. Click here to view the system requirements and setup documentation.

@else
Start Installation
@endif
@endsection