@extends('install.layout') @section('title', 'Run Migrations') @section('content')

Step 4 – Run Database Migrations

This will write your .env file, generate an application key, and run all database migrations.

Note: If a .env file already exists it will be overwritten with your new settings.
@csrf
← Back
@endsection