@extends('installer::install') @section('step') @if(isset($error))

{!! $error !!}

@else

Migrations loaded successfully

@endif

The encryption keys of the application and the api connection must be generated.

The storage link will also be generated.

@csrf
@endsection