@extends('system.importer.app') @section('title', 'Import Configuration') @section('content')
@csrf

IMPORTANT NOTES

  • The first user's password (admin) will be "admin". Please change it after logging in
  • User passwords will be reset and they will need to use "Forgot Password" to reset it
  • If you have more than 1000 PIREPs or flights, it's best to use the command-line importer! Click here to see the documentation of how to use it.
  • THIS WILL WIPE OUT YOUR EXISTING DATA - this is required to make sure that things like pilot IDs match up

Database Config

Enter the database information for your legacy phpVMS installation

Database Host
Database Port
Database Name
Database User
Database Password
Database Prefix

Prefix of the tables, if you're using one

@endsection @section('scripts') @endsection