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 fd7650d commit de9e1b4Copy full SHA for de9e1b4
README.md
@@ -37,7 +37,7 @@ The first thing to do is to add a new data connection in your ```database.php```
37
38
You may use the following code block below as a template.
39
40
- 'my-filemaker-connection' => [
+ 'filemaker' => [
41
'driver' => 'filemaker',
42
'host' => env('DB_HOST', 'fms.mycompany.com'),
43
'database' => env('DB_DATABASE', 'MyFileName'),
0 commit comments