================================================ COPY THESE EXACT LINES TO YOUR .env FILE ================================================ Find the database section in your .env file (around line 22-27) and replace with these lines: DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=komitmen_dokter DB_USERNAME=root DB_PASSWORD= ================================================ STEPS TO UPDATE: ================================================ 1. Open .env file (you already have it open) 2. Find these lines: DB_CONNECTION=sqlite # DB_HOST=127.0.0.1 # DB_PORT=3306 # DB_DATABASE=laravel 3. Replace them with the 6 lines above 4. Save the file (Ctrl+S) 5. Press any key in the setup.bat terminal to continue ================================================