@extends('installer::app') @section('content')

Installation Complete

🎉 API Installation Complete!

Your backend API is now live and ready to accept requests.

API Base URL
{{ url('/api') }}
Installation Summary
  • Database configured
  • Admin account created
  • API ready to accept requests
Connect your React frontend and admin panel to this API URL.
@endsection @push('scripts') @endpush