You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ It provides DB2 Connection by extending the Illuminate Database component of the
17
17
Add laravel-db2 to your composer.json file:
18
18
```
19
19
"require": {
20
-
"cooperl/laravel-db2": "~5.4"
20
+
"cooperl/laravel-db2": "~5.5"
21
21
}
22
22
```
23
23
Use [composer](http://getcomposer.org) to install this package.
@@ -29,7 +29,7 @@ $ composer update
29
29
There are two ways to configure laravel-db2. You can choose the most convenient way for you. You can put your DB2 credentials into ``app/config/database.php`` (option 1) file or use package config file which you can generate through command line by artisan (option 2).
30
30
31
31
Please check appropriate specific DSN parameters for your connection.
If you encounter issues with char fields containing characters outside the invariant character set (for example: "ü") please see : https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014094907
@@ -123,7 +123,7 @@ Simply add this code at the end of your ``app/config/database.php`` file:
0 commit comments