@extends('install') @section('content')
4

Environment Configuration

Configure your application settings and environment variables.

Installation Progress Step 4 of 4
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('app_name')

{{ $message }}

@enderror
@error('app_url')

{{ $message }}

@enderror
@error('app_env')

{{ $message }}

@enderror

Enable this only for development. Never enable in production.

@error('app_debug')

{{ $message }}

@enderror

Advanced Settings

Mail Configuration

Configuration Tips

  • • Use HTTPS URLs for production environments
  • • Configure mail settings for email notifications
  • • Keep debug mode disabled in production
  • • You can change these settings later in the admin panel
Back
@endsection @section('script') @endsection