diff --git a/Makefile b/Makefile index e8535756..1797dc6c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: echo "" db: - # sqlite3 database/testing.sqlite "" + sqlite3 database/testing.sqlite "" php artisan migrate reset-db: diff --git a/config/database.php b/config/database.php index 001537cd..b5211872 100755 --- a/config/database.php +++ b/config/database.php @@ -52,7 +52,7 @@ return [ 'prefix' => '', ], - /*'mysql' => [ + 'mysql' => [ 'driver' => 'mysql', 'host' => env('DB_HOST', 'localhost'), 'port' => env('DB_PORT', '3306'), @@ -64,7 +64,7 @@ return [ 'prefix' => '', 'strict' => true, 'engine' => null, - ],*/ + ], ],