@extends('install.layout')
@section('content')
Welcome to {{ config('licensing.product_name') }}
This wizard will guide you through the initial installation of your application.
In this first setup, you will verify server requirements, activate your license,
and finalize the installation.
What this installer will do
- Check your server requirements
- Validate your installation environment
- Activate your license
- Lock the installer after setup
Before you continue
- Have your license key ready
- Make sure your domain is already configured
- Ensure the storage and cache folders are writable
@endsection