Database Configuration

  • Create the database on your server
  • Open and edit the /.env file and provide your server details:
  • "DB_CONNECTION = mysql"
    "DB_HOST = 127.0.0.1"
    "DB_PORT = 3306"
    "DB_DATABASE = hope_ui_pro_laravel"
    "DB_USERNAME = your username"
    "DB_PASSWORD = your password"