We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b784116 commit 221f695Copy full SHA for 221f695
README.md
@@ -48,11 +48,11 @@ $parser->parse($filename, true);
48
## Documentation
49
50
### Database
51
-This package relies on the database tables already in genealogiawebsite/genealogy
52
- which map to models:
+This package will create the database tables, which map to models.
53
54
### `parse()` Method
55
-The `parse()` method takes two parameters, `string $filename`, and `bool $progressBar = false`.
+The `parse()` method takes three parameters, `string $filename`, `bool $progressBar = false`
+and `string $conn`
56
If you set `$progressBar` to true, a ProgressBar will be output to `php://stdout`, which is useful when you are calling
57
the parser from Artisan commands.
58
0 commit comments