@extends('install.layout') @section('content')

Step 2: Environment Setup

Enter database credentials and your application URL. The installer will write them to .env.

@if ($errors->any())
@endif
@csrf
Back
@endsection