@extends('install.layout', ['currentStep' => 5]) @section('title', 'Installation Complete') @section('content')
TicketDjama has been successfully installed. The setup wizard has been permanently disabled. Your API is now live.
{{-- ── Info cards ── --}}API Base URL
{{ url('/api') }}
Staff Login Endpoint
POST {{ url('/api/auth/login') }}
Required Header
X-Tenant-Slug: <your-slug>
Next Steps
{{ $step }}
Refer to API_SPEC.md in your project root for the full endpoint documentation.