hi. i am trying to install with windows xampp. i have got it to download alright with composer, but after i put the database info in the install script in browser, i get the following.
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fla.settings' doesn't exist in C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php:319 Stack trace: #0 C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php(319): PDO->prepare('select `value`,...') #1 C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php(655): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'select `value`,...', Array) #2 C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php(618): Illuminate\Database\Connection->runQueryCallback('select `value`,...', Array, Object(Closure)) #3 C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php(324): Illuminate\Database\Connection->run('select `value`,...', Array, Object(Closure)) #4 C:\xampp2\htdocs\fla\vendor\illuminate\database\Query\Builder.php(1431): Illuminate\Database\Connection->select('select `value`,...', Array, true) #5 C:\xampp2\htdocs\fla\vendor\illuminate\dat in C:\xampp2\htdocs\fla\vendor\illuminate\database\Connection.php on line 662
tried it a few times. any clues?!